Uses of Interface
com.slack.api.scim.SCIMApiResponse
-
Packages that use SCIMApiResponse Package Description com.slack.api.scim SCIM API client.com.slack.api.scim.impl com.slack.api.scim.response -
-
Uses of SCIMApiResponse in com.slack.api.scim
Classes in com.slack.api.scim that implement SCIMApiResponse Modifier and Type Class Description classSCIMApiErrorResponse -
Uses of SCIMApiResponse in com.slack.api.scim.impl
Classes in com.slack.api.scim.impl with type parameters of type SCIMApiResponse Modifier and Type Interface Description interfaceAsyncExecutionSupplier<T extends SCIMApiResponse>A Supplier that holds an API Method execution.Methods in com.slack.api.scim.impl with type parameters of type SCIMApiResponse Modifier and Type Method Description <T extends SCIMApiResponse>
CompletableFuture<T>AsyncRateLimitExecutor. execute(SCIMEndpointName endpointName, Map<String,String> params, AsyncExecutionSupplier<T> methodsSupplier)Method parameters in com.slack.api.scim.impl with type arguments of type SCIMApiResponse Modifier and Type Method Description protected AsyncRateLimitQueue.SCIMMessageAsyncRateLimitQueue. buildNewMessage(String messageId, long epochMillisToRun, WaitTime waitTime, AsyncExecutionSupplier<? extends SCIMApiResponse> methodsSupplier) -
Uses of SCIMApiResponse in com.slack.api.scim.response
Classes in com.slack.api.scim.response that implement SCIMApiResponse Modifier and Type Class Description classGroupsCreateResponseclassGroupsDeleteResponseclassGroupsPatchResponseclassGroupsReadResponseclassGroupsSearchResponseclassGroupsUpdateResponseclassServiceProviderConfigsGetResponseclassUsersCreateResponseclassUsersDeleteResponseclassUsersPatchResponseclassUsersReadResponseclassUsersSearchResponseclassUsersUpdateResponse
-