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