Class HrisListCostCenterGroupsResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.HrisListCostCenterGroupsResponse.Builder
-
- Enclosing class:
- HrisListCostCenterGroupsResponse
public static final class HrisListCostCenterGroupsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete 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.BuilderrawResponse(java.net.http.HttpResponse<Blob> 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<Blob> 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)
-
build
public HrisListCostCenterGroupsResponse build()
-
-