Class AccountingListCompaniesResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AccountingListCompaniesResponse.Builder
-
- Enclosing class:
- AccountingListCompaniesResponse
public static final class AccountingListCompaniesResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingListCompaniesResponse.BuilderaccountingCompaniesPaginated(AccountingCompaniesPaginated accountingCompaniesPaginated)The list of companies was retrieved.AccountingListCompaniesResponse.BuilderaccountingCompaniesPaginated(java.util.Optional<? extends AccountingCompaniesPaginated> accountingCompaniesPaginated)The list of companies was retrieved.AccountingListCompaniesResponsebuild()AccountingListCompaniesResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAccountingListCompaniesResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AccountingListCompaniesResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingAccountingListCompaniesResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AccountingListCompaniesResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AccountingListCompaniesResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AccountingListCompaniesResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
accountingCompaniesPaginated
public AccountingListCompaniesResponse.Builder accountingCompaniesPaginated(AccountingCompaniesPaginated accountingCompaniesPaginated)
The list of companies was retrieved.
-
accountingCompaniesPaginated
public AccountingListCompaniesResponse.Builder accountingCompaniesPaginated(java.util.Optional<? extends AccountingCompaniesPaginated> accountingCompaniesPaginated)
The list of companies was retrieved.
-
headers
public AccountingListCompaniesResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AccountingListCompaniesResponse build()
-
-