Class HrisGetCompanyGroupResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.HrisGetCompanyGroupResponse.Builder
-
- Enclosing class:
- HrisGetCompanyGroupResponse
public static final class HrisGetCompanyGroupResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisGetCompanyGroupResponsebuild()HrisGetCompanyGroupResponse.BuildercompanyResult(CompanyResult companyResult)The company group with the given identifier was retrieved.HrisGetCompanyGroupResponse.BuildercompanyResult(java.util.Optional<? extends CompanyResult> companyResult)The company group with the given identifier was retrieved.HrisGetCompanyGroupResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationHrisGetCompanyGroupResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)HrisGetCompanyGroupResponse.BuilderrawResponse(java.net.http.HttpResponse<Blob> rawResponse)Raw HTTP response; suitable for custom response parsingHrisGetCompanyGroupResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public HrisGetCompanyGroupResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public HrisGetCompanyGroupResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public HrisGetCompanyGroupResponse.Builder rawResponse(java.net.http.HttpResponse<Blob> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
companyResult
public HrisGetCompanyGroupResponse.Builder companyResult(CompanyResult companyResult)
The company group with the given identifier was retrieved.
-
companyResult
public HrisGetCompanyGroupResponse.Builder companyResult(java.util.Optional<? extends CompanyResult> companyResult)
The company group with the given identifier was retrieved.
-
headers
public HrisGetCompanyGroupResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public HrisGetCompanyGroupResponse build()
-
-