Package model
Class IdentitiesListEmbedded
- java.lang.Object
-
- model.IdentitiesListEmbedded
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class IdentitiesListEmbedded extends Object
List of `Identity` resources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdentitiesListEmbedded.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_IDENTITIES
-
Constructor Summary
Constructors Constructor Description IdentitiesListEmbedded()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentitiesListEmbeddedaddIdentitiesItem(Identity identitiesItem)booleanequals(Object o)static IdentitiesListEmbeddedfromJson(String jsonString)Create an instance of IdentitiesListEmbedded given an JSON stringSet<Identity>getIdentities()An `Identity` resource represents either a person or business in Finix.inthashCode()IdentitiesListEmbeddedidentities(Set<Identity> identities)voidsetIdentities(Set<Identity> identities)StringtoJson()Convert an instance of IdentitiesListEmbedded to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Method Detail
-
identities
public IdentitiesListEmbedded identities(Set<Identity> identities)
-
addIdentitiesItem
public IdentitiesListEmbedded addIdentitiesItem(Identity identitiesItem)
-
getIdentities
@Nullable public Set<Identity> getIdentities()
An `Identity` resource represents either a person or business in Finix.- Returns:
- identities
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to IdentitiesListEmbedded
-
fromJson
public static IdentitiesListEmbedded fromJson(String jsonString) throws IOException
Create an instance of IdentitiesListEmbedded given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of IdentitiesListEmbedded
- Throws:
IOException- if the JSON string is invalid with respect to IdentitiesListEmbedded
-
toJson
public String toJson()
Convert an instance of IdentitiesListEmbedded to an JSON string- Returns:
- JSON string
-
-