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