Class CrmListAccountsResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.CrmListAccountsResponse.Builder
-
- Enclosing class:
- CrmListAccountsResponse
public static final class CrmListAccountsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CrmListAccountsResponse.BuilderaccountsPaginated(AccountsPaginated accountsPaginated)The list of accounts was retrieved.CrmListAccountsResponse.BuilderaccountsPaginated(java.util.Optional<? extends AccountsPaginated> accountsPaginated)The list of accounts was retrieved.CrmListAccountsResponsebuild()CrmListAccountsResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationCrmListAccountsResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)CrmListAccountsResponse.Buildernext(java.util.concurrent.Callable<java.util.Optional<CrmListAccountsResponse>> next)Deprecated.CrmListAccountsResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingCrmListAccountsResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public CrmListAccountsResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public CrmListAccountsResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public CrmListAccountsResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
accountsPaginated
public CrmListAccountsResponse.Builder accountsPaginated(AccountsPaginated accountsPaginated)
The list of accounts was retrieved.
-
accountsPaginated
public CrmListAccountsResponse.Builder accountsPaginated(java.util.Optional<? extends AccountsPaginated> accountsPaginated)
The list of accounts was retrieved.
-
headers
public CrmListAccountsResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
next
@Deprecated public CrmListAccountsResponse.Builder next(java.util.concurrent.Callable<java.util.Optional<CrmListAccountsResponse>> next)
Deprecated.Internal API. Not for public use. Sets the provider of the next page.
-
build
public CrmListAccountsResponse build()
-
-