Class HrisListCompaniesGroupsResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.HrisListCompaniesGroupsResponse.Builder
-
- Enclosing class:
- HrisListCompaniesGroupsResponse
public static final class HrisListCompaniesGroupsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisListCompaniesGroupsResponsebuild()HrisListCompaniesGroupsResponse.BuildercompaniesPaginated(CompaniesPaginated companiesPaginated)The list of companies groups was retrieved.HrisListCompaniesGroupsResponse.BuildercompaniesPaginated(java.util.Optional<? extends CompaniesPaginated> companiesPaginated)The list of companies groups was retrieved.HrisListCompaniesGroupsResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationHrisListCompaniesGroupsResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)HrisListCompaniesGroupsResponse.BuilderrawResponse(java.net.http.HttpResponse<Blob> rawResponse)Raw HTTP response; suitable for custom response parsingHrisListCompaniesGroupsResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public HrisListCompaniesGroupsResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public HrisListCompaniesGroupsResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public HrisListCompaniesGroupsResponse.Builder rawResponse(java.net.http.HttpResponse<Blob> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
companiesPaginated
public HrisListCompaniesGroupsResponse.Builder companiesPaginated(CompaniesPaginated companiesPaginated)
The list of companies groups was retrieved.
-
companiesPaginated
public HrisListCompaniesGroupsResponse.Builder companiesPaginated(java.util.Optional<? extends CompaniesPaginated> companiesPaginated)
The list of companies groups was retrieved.
-
headers
public HrisListCompaniesGroupsResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public HrisListCompaniesGroupsResponse build()
-
-