Uses of Enum
com.slack.api.scim.SCIMEndpointName
Packages that use SCIMEndpointName
-
Uses of SCIMEndpointName in com.slack.api.scim
Methods in com.slack.api.scim that return SCIMEndpointNameModifier and TypeMethodDescriptionstatic SCIMEndpointNameReturns 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 SCIMEndpointNameModifier and TypeMethodDescription<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) <T extends SCIMApiResponse>
TAsyncRateLimitExecutor.runWithoutQueue(String teamId, SCIMEndpointName endpointName, AsyncExecutionSupplier<T> methodsSupplier)