Package com.okta.sdk.resource.model
Class JsonPatchOperation
java.lang.Object
com.okta.sdk.resource.model.JsonPatchOperation
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class JsonPatchOperation
extends Object
implements Serializable
The update action
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getOp()
Get opgetPath()
The resource path of the attribute to updategetValue()
The update operation valueint
hashCode()
op
(PatchAction op) void
setOp
(PatchAction op) void
void
toString()
-
Field Details
-
JSON_PROPERTY_OP
- See Also:
-
JSON_PROPERTY_PATH
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
JsonPatchOperation
public JsonPatchOperation()
-
-
Method Details
-
op
-
getOp
Get op- Returns:
- op
-
setOp
-
path
-
getPath
The resource path of the attribute to update- Returns:
- path
-
setPath
-
value
-
getValue
The update operation value- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-