Uses of Enum Class
com.mypurecloud.sdk.v2.model.ScimV2PatchOperation.OpEnum
Packages that use ScimV2PatchOperation.OpEnum
-
Uses of ScimV2PatchOperation.OpEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScimV2PatchOperation.OpEnumModifier and TypeMethodDescriptionstatic ScimV2PatchOperation.OpEnumScimV2PatchOperation.OpEnum.fromString(String key) ScimV2PatchOperation.getOp()static ScimV2PatchOperation.OpEnumReturns the enum constant of this class with the specified name.static ScimV2PatchOperation.OpEnum[]ScimV2PatchOperation.OpEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type ScimV2PatchOperation.OpEnumModifier and TypeMethodDescriptionScimV2PatchOperation.op(ScimV2PatchOperation.OpEnum op) The PATCH operation to perform.voidScimV2PatchOperation.setOp(ScimV2PatchOperation.OpEnum op)