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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetOp()Get opgetPath()The resource path of the attribute to updategetValue()The update operation valueinthashCode()op(PatchAction op) voidsetOp(PatchAction op) voidvoidtoString()
-
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
-