Class AtsListBackgroundCheckPackagesResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListBackgroundCheckPackagesResponse.Builder
-
- Enclosing class:
- AtsListBackgroundCheckPackagesResponse
public static final class AtsListBackgroundCheckPackagesResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsListBackgroundCheckPackagesResponse.BuilderbackgroundCheckPackagePaginated(BackgroundCheckPackagePaginated backgroundCheckPackagePaginated)The list of background check packages was retrieved.AtsListBackgroundCheckPackagesResponse.BuilderbackgroundCheckPackagePaginated(java.util.Optional<? extends BackgroundCheckPackagePaginated> backgroundCheckPackagePaginated)The list of background check packages was retrieved.AtsListBackgroundCheckPackagesResponsebuild()AtsListBackgroundCheckPackagesResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsListBackgroundCheckPackagesResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsListBackgroundCheckPackagesResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingAtsListBackgroundCheckPackagesResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AtsListBackgroundCheckPackagesResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsListBackgroundCheckPackagesResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsListBackgroundCheckPackagesResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
backgroundCheckPackagePaginated
public AtsListBackgroundCheckPackagesResponse.Builder backgroundCheckPackagePaginated(BackgroundCheckPackagePaginated backgroundCheckPackagePaginated)
The list of background check packages was retrieved.
-
backgroundCheckPackagePaginated
public AtsListBackgroundCheckPackagesResponse.Builder backgroundCheckPackagePaginated(java.util.Optional<? extends BackgroundCheckPackagePaginated> backgroundCheckPackagePaginated)
The list of background check packages was retrieved.
-
headers
public AtsListBackgroundCheckPackagesResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AtsListBackgroundCheckPackagesResponse build()
-
-