Class AtsListApplicationChangesResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListApplicationChangesResponse.Builder
-
- Enclosing class:
- AtsListApplicationChangesResponse
public static final class AtsListApplicationChangesResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsListApplicationChangesResponse.BuilderapplicationChangesPaginated(ApplicationChangesPaginated applicationChangesPaginated)The changes related to the application with the given identifier was retrieved.AtsListApplicationChangesResponse.BuilderapplicationChangesPaginated(java.util.Optional<? extends ApplicationChangesPaginated> applicationChangesPaginated)The changes related to the application with the given identifier was retrieved.AtsListApplicationChangesResponsebuild()AtsListApplicationChangesResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsListApplicationChangesResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsListApplicationChangesResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingAtsListApplicationChangesResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AtsListApplicationChangesResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsListApplicationChangesResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsListApplicationChangesResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
applicationChangesPaginated
public AtsListApplicationChangesResponse.Builder applicationChangesPaginated(ApplicationChangesPaginated applicationChangesPaginated)
The changes related to the application with the given identifier was retrieved.
-
applicationChangesPaginated
public AtsListApplicationChangesResponse.Builder applicationChangesPaginated(java.util.Optional<? extends ApplicationChangesPaginated> applicationChangesPaginated)
The changes related to the application with the given identifier was retrieved.
-
headers
public AtsListApplicationChangesResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AtsListApplicationChangesResponse build()
-
-