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