Class StackoneAuthenticateConnectSessionResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.StackoneAuthenticateConnectSessionResponse.Builder
-
- Enclosing class:
- StackoneAuthenticateConnectSessionResponse
public static final class StackoneAuthenticateConnectSessionResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackoneAuthenticateConnectSessionResponsebuild()StackoneAuthenticateConnectSessionResponse.BuilderconnectSession(ConnectSession connectSession)The details of the authenticated connect session.StackoneAuthenticateConnectSessionResponse.BuilderconnectSession(java.util.Optional<? extends ConnectSession> connectSession)The details of the authenticated connect session.StackoneAuthenticateConnectSessionResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationStackoneAuthenticateConnectSessionResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)StackoneAuthenticateConnectSessionResponse.BuilderrawResponse(java.net.http.HttpResponse<Blob> rawResponse)Raw HTTP response; suitable for custom response parsingStackoneAuthenticateConnectSessionResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public StackoneAuthenticateConnectSessionResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public StackoneAuthenticateConnectSessionResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public StackoneAuthenticateConnectSessionResponse.Builder rawResponse(java.net.http.HttpResponse<Blob> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
connectSession
public StackoneAuthenticateConnectSessionResponse.Builder connectSession(ConnectSession connectSession)
The details of the authenticated connect session.
-
connectSession
public StackoneAuthenticateConnectSessionResponse.Builder connectSession(java.util.Optional<? extends ConnectSession> connectSession)
The details of the authenticated connect session.
-
headers
public StackoneAuthenticateConnectSessionResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public StackoneAuthenticateConnectSessionResponse build()
-
-