Uses of Enum
com.okta.sdk.resource.model.PatchAction
-
Uses of PatchAction in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic PatchAction
JsonPatchOperation.getOp()
Get opstatic PatchAction
Returns the enum constant of this type with the specified name.static PatchAction[]
PatchAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionJsonPatchOperation.op
(PatchAction op) void
JsonPatchOperation.setOp
(PatchAction op)