Uses of Class
de.captaingoldfish.scim.sdk.common.request.PatchRequestOperation
-
Packages that use PatchRequestOperation Package Description de.captaingoldfish.scim.sdk.common.request -
-
Uses of PatchRequestOperation in de.captaingoldfish.scim.sdk.common.request
Methods in de.captaingoldfish.scim.sdk.common.request that return types with arguments of type PatchRequestOperation Modifier and Type Method Description List<PatchRequestOperation>PatchOpRequest. getOperations()Defines operations within a bulk job.Method parameters in de.captaingoldfish.scim.sdk.common.request with type arguments of type PatchRequestOperation Modifier and Type Method Description voidPatchOpRequest. setOperations(List<PatchRequestOperation> operations)Defines operations within a bulk job.Constructor parameters in de.captaingoldfish.scim.sdk.common.request with type arguments of type PatchRequestOperation Constructor Description PatchOpRequest(List<PatchRequestOperation> operations)
-