Class StackoneGetAccountMetaInfoResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.StackoneGetAccountMetaInfoResponse.Builder
-
- Enclosing class:
- StackoneGetAccountMetaInfoResponse
public static final class StackoneGetAccountMetaInfoResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackoneGetAccountMetaInfoResponsebuild()StackoneGetAccountMetaInfoResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationStackoneGetAccountMetaInfoResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)StackoneGetAccountMetaInfoResponse.BuilderlinkedAccountMeta(LinkedAccountMeta linkedAccountMeta)The meta information of the account was retrievedStackoneGetAccountMetaInfoResponse.BuilderlinkedAccountMeta(java.util.Optional<? extends LinkedAccountMeta> linkedAccountMeta)The meta information of the account was retrievedStackoneGetAccountMetaInfoResponse.BuilderrawResponse(java.net.http.HttpResponse<Blob> rawResponse)Raw HTTP response; suitable for custom response parsingStackoneGetAccountMetaInfoResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public StackoneGetAccountMetaInfoResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public StackoneGetAccountMetaInfoResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public StackoneGetAccountMetaInfoResponse.Builder rawResponse(java.net.http.HttpResponse<Blob> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
linkedAccountMeta
public StackoneGetAccountMetaInfoResponse.Builder linkedAccountMeta(LinkedAccountMeta linkedAccountMeta)
The meta information of the account was retrieved
-
linkedAccountMeta
public StackoneGetAccountMetaInfoResponse.Builder linkedAccountMeta(java.util.Optional<? extends LinkedAccountMeta> linkedAccountMeta)
The meta information of the account was retrieved
-
headers
public StackoneGetAccountMetaInfoResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public StackoneGetAccountMetaInfoResponse build()
-
-