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