Uses of Class
com.slack.api.scim.SCIMEndpointName
| Package | Description |
|---|---|
| com.slack.api.scim |
SCIM API client.
|
| com.slack.api.scim.impl |
-
Uses of SCIMEndpointName in com.slack.api.scim
Methods in com.slack.api.scim that return SCIMEndpointName Modifier and Type Method Description static SCIMEndpointNameSCIMEndpointName. valueOf(String name)Returns the enum constant of this type with the specified name.static SCIMEndpointName[]SCIMEndpointName. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SCIMEndpointName in com.slack.api.scim.impl
Methods in com.slack.api.scim.impl with parameters of type SCIMEndpointName Modifier and Type Method Description <T extends SCIMApiResponse>
CompletableFuture<T>AsyncRateLimitExecutor. execute(SCIMEndpointName endpointName, Map<String,String> params, AsyncExecutionSupplier<T> methodsSupplier)intAsyncSCIMRateLimiter. getAllowedRequestsPerMinutes(SCIMEndpointName endpoint)intAsyncSCIMRateLimiter. getRemainingAllowedRequestsPerMinutesForOrg(SCIMEndpointName endpoint, RequestStats stats)