Class StackoneAuthenticateConnectSessionRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.StackoneAuthenticateConnectSessionRequestBuilder
-
public class StackoneAuthenticateConnectSessionRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StackoneAuthenticateConnectSessionRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<StackoneAuthenticateConnectSessionResponse>call()StackoneAuthenticateConnectSessionRequestBuilderrequest(ConnectSessionAuthenticate request)StackoneAuthenticateConnectSessionRequestBuilderretryConfig(RetryConfig retryConfig)StackoneAuthenticateConnectSessionRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
StackoneAuthenticateConnectSessionRequestBuilder
public StackoneAuthenticateConnectSessionRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public StackoneAuthenticateConnectSessionRequestBuilder request(ConnectSessionAuthenticate request)
-
retryConfig
public StackoneAuthenticateConnectSessionRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public StackoneAuthenticateConnectSessionRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public java.util.concurrent.CompletableFuture<StackoneAuthenticateConnectSessionResponse> call()
-
-