Class StackoneDeleteAccountResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneDeleteAccountResponse.Builder
-
- Enclosing class:
- StackoneDeleteAccountResponse
public static final class StackoneDeleteAccountResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackoneDeleteAccountResponsebuild()StackoneDeleteAccountResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationStackoneDeleteAccountResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)StackoneDeleteAccountResponse.BuilderlinkedAccount(LinkedAccount linkedAccount)The account with the given identifier was deleted.StackoneDeleteAccountResponse.BuilderlinkedAccount(java.util.Optional<? extends LinkedAccount> linkedAccount)The account with the given identifier was deleted.StackoneDeleteAccountResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingStackoneDeleteAccountResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public StackoneDeleteAccountResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public StackoneDeleteAccountResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public StackoneDeleteAccountResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
linkedAccount
public StackoneDeleteAccountResponse.Builder linkedAccount(LinkedAccount linkedAccount)
The account with the given identifier was deleted.
-
linkedAccount
public StackoneDeleteAccountResponse.Builder linkedAccount(java.util.Optional<? extends LinkedAccount> linkedAccount)
The account with the given identifier was deleted.
-
headers
public StackoneDeleteAccountResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public StackoneDeleteAccountResponse build()
-
-