Class CrmListListsResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.CrmListListsResponse.Builder
-
- Enclosing class:
- CrmListListsResponse
public static final class CrmListListsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CrmListListsResponsebuild()CrmListListsResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationCrmListListsResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)CrmListListsResponse.BuilderlistsPaginated(ListsPaginated listsPaginated)The collection of lists was retrieved.CrmListListsResponse.BuilderlistsPaginated(java.util.Optional<? extends ListsPaginated> listsPaginated)The collection of lists was retrieved.CrmListListsResponse.BuilderrawResponse(java.net.http.HttpResponse<Blob> rawResponse)Raw HTTP response; suitable for custom response parsingCrmListListsResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public CrmListListsResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public CrmListListsResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public CrmListListsResponse.Builder rawResponse(java.net.http.HttpResponse<Blob> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
listsPaginated
public CrmListListsResponse.Builder listsPaginated(ListsPaginated listsPaginated)
The collection of lists was retrieved.
-
listsPaginated
public CrmListListsResponse.Builder listsPaginated(java.util.Optional<? extends ListsPaginated> listsPaginated)
The collection of lists was retrieved.
-
headers
public CrmListListsResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public CrmListListsResponse build()
-
-