Class HrisGetCostCenterGroupResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.HrisGetCostCenterGroupResponse.Builder
-
- Enclosing class:
- HrisGetCostCenterGroupResponse
public static final class HrisGetCostCenterGroupResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisGetCostCenterGroupResponsebuild()HrisGetCostCenterGroupResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationHrisGetCostCenterGroupResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)HrisGetCostCenterGroupResponse.BuilderhrisCostCenterResult(HRISCostCenterResult hrisCostCenterResult)The cost center group with the given identifier was retrieved.HrisGetCostCenterGroupResponse.BuilderhrisCostCenterResult(java.util.Optional<? extends HRISCostCenterResult> hrisCostCenterResult)The cost center group with the given identifier was retrieved.HrisGetCostCenterGroupResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingHrisGetCostCenterGroupResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public HrisGetCostCenterGroupResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public HrisGetCostCenterGroupResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public HrisGetCostCenterGroupResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
hrisCostCenterResult
public HrisGetCostCenterGroupResponse.Builder hrisCostCenterResult(HRISCostCenterResult hrisCostCenterResult)
The cost center group with the given identifier was retrieved.
-
hrisCostCenterResult
public HrisGetCostCenterGroupResponse.Builder hrisCostCenterResult(java.util.Optional<? extends HRISCostCenterResult> hrisCostCenterResult)
The cost center group with the given identifier was retrieved.
-
headers
public HrisGetCostCenterGroupResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public HrisGetCostCenterGroupResponse build()
-
-