Uses of Enum
com.slack.api.scim2.SCIM2EndpointName
Packages that use SCIM2EndpointName
-
Uses of SCIM2EndpointName in com.slack.api.scim2
Methods in com.slack.api.scim2 that return SCIM2EndpointNameModifier and TypeMethodDescriptionstatic SCIM2EndpointNameReturns the enum constant of this type with the specified name.static SCIM2EndpointName[]SCIM2EndpointName.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SCIM2EndpointName in com.slack.api.scim2.impl
Methods in com.slack.api.scim2.impl with parameters of type SCIM2EndpointNameModifier and TypeMethodDescription<T extends SCIM2ApiResponse>
CompletableFuture<T>AsyncRateLimitExecutor.execute(SCIM2EndpointName endpointName, Map<String, String> params, AsyncExecutionSupplier<T> methodsSupplier) intAsyncSCIM2RateLimiter.getAllowedRequestsPerMinutes(SCIM2EndpointName endpoint) intAsyncSCIM2RateLimiter.getRemainingAllowedRequestsPerMinutesForOrg(SCIM2EndpointName endpoint, RequestStats stats) <T extends SCIM2ApiResponse>
TAsyncRateLimitExecutor.runWithoutQueue(String teamId, SCIM2EndpointName endpointName, AsyncExecutionSupplier<T> methodsSupplier)