Uses of Class
com.slack.api.scim2.request.GroupsPatchOperation.Serializable
Packages that use GroupsPatchOperation.Serializable
-
Uses of GroupsPatchOperation.Serializable in com.slack.api.scim2.impl
Methods in com.slack.api.scim2.impl that return types with arguments of type GroupsPatchOperation.SerializableMethod parameters in com.slack.api.scim2.impl with type arguments of type GroupsPatchOperation.SerializableModifier and TypeMethodDescriptionSCIM2ClientImpl.GroupsPatchRequestBody.GroupsPatchRequestBodyBuilder.operations(List<GroupsPatchOperation.Serializable> operations) voidSCIM2ClientImpl.GroupsPatchRequestBody.setOperations(List<GroupsPatchOperation.Serializable> operations) -
Uses of GroupsPatchOperation.Serializable in com.slack.api.scim2.request
Methods in com.slack.api.scim2.request that return GroupsPatchOperation.SerializableModifier and TypeMethodDescriptionGroupsPatchOperation.Serializable.SerializableBuilder.build()GroupsPatchOperation.toSerializable()