Class PatchV1AccountsAccountIdOnfidoSdkRequest
java.lang.Object
markets.alpaca.client.openapi.broker.model.PatchV1AccountsAccountIdOnfidoSdkRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class PatchV1AccountsAccountIdOnfidoSdkRequest
extends Object
implements Serializable
PatchV1AccountsAccountIdOnfidoSdkRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of PatchV1AccountsAccountIdOnfidoSdkRequest given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.\"NOT_STARTED\" The user has not started the SDK flow yet.Any additional information related to the outcomegetToken()The SDK token associated with the SDK flow you are updating the outcome forinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetOutcome(String outcome) voidvoidtoJson()Convert an instance of PatchV1AccountsAccountIdOnfidoSdkRequest to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_OUTCOME
- See Also:
-
SERIALIZED_NAME_REASON
- See Also:
-
SERIALIZED_NAME_TOKEN
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
PatchV1AccountsAccountIdOnfidoSdkRequest
public PatchV1AccountsAccountIdOnfidoSdkRequest()
-
-
Method Details
-
outcome
-
getOutcome
\"NOT_STARTED\" The user has not started the SDK flow yet. outcome is set to this default value upon token generation \"USER_EXITED\" The user exited the SDK flow \"SDK_ERROR\" An error occurred in the SDK flow \"USER_COMPLETED\" The user completed the SDK flow- Returns:
- outcome
-
setOutcome
-
reason
-
getReason
Any additional information related to the outcome- Returns:
- reason
-
setReason
-
token
-
getToken
The SDK token associated with the SDK flow you are updating the outcome for- Returns:
- token
-
setToken
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the PatchV1AccountsAccountIdOnfidoSdkRequest instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to PatchV1AccountsAccountIdOnfidoSdkRequest
-
fromJson
public static PatchV1AccountsAccountIdOnfidoSdkRequest fromJson(String jsonString) throws IOException Create an instance of PatchV1AccountsAccountIdOnfidoSdkRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of PatchV1AccountsAccountIdOnfidoSdkRequest
- Throws:
IOException- if the JSON string is invalid with respect to PatchV1AccountsAccountIdOnfidoSdkRequest
-
toJson
Convert an instance of PatchV1AccountsAccountIdOnfidoSdkRequest to an JSON string- Returns:
- JSON string
-