Class CrmGetAccountResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.CrmGetAccountResponse.Builder
-
- Enclosing class:
- CrmGetAccountResponse
public static final class CrmGetAccountResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CrmGetAccountResponse.BuilderaccountResult(AccountResult accountResult)The account with the given identifier was retrieved.CrmGetAccountResponse.BuilderaccountResult(java.util.Optional<? extends AccountResult> accountResult)The account with the given identifier was retrieved.CrmGetAccountResponsebuild()CrmGetAccountResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationCrmGetAccountResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)CrmGetAccountResponse.BuilderrawResponse(java.net.http.HttpResponse<Blob> rawResponse)Raw HTTP response; suitable for custom response parsingCrmGetAccountResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public CrmGetAccountResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public CrmGetAccountResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public CrmGetAccountResponse.Builder rawResponse(java.net.http.HttpResponse<Blob> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
accountResult
public CrmGetAccountResponse.Builder accountResult(AccountResult accountResult)
The account with the given identifier was retrieved.
-
accountResult
public CrmGetAccountResponse.Builder accountResult(java.util.Optional<? extends AccountResult> accountResult)
The account with the given identifier was retrieved.
-
headers
public CrmGetAccountResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public CrmGetAccountResponse build()
-
-