Package unit.java.sdk.model
Class UpdateApplicationRequestData
- java.lang.Object
-
- unit.java.sdk.model.AbstractOpenApiSchema
-
- unit.java.sdk.model.UpdateApplicationRequestData
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class UpdateApplicationRequestData extends AbstractOpenApiSchema
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateApplicationRequestData.UpdateApplicationRequestDataDeserializerstatic classUpdateApplicationRequestData.UpdateApplicationRequestDataSerializer
-
Field Summary
Fields Modifier and Type Field Description static java.util.Map<java.lang.String,java.lang.Class<?>>schemas
-
Constructor Summary
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetActualInstance()Get the actual instance, which can be the following: UpdateBusinessApplication, UpdateBusinessApplicationBeneficialOwner, UpdateBusinessOfficer, UpdateBusinessThreadApplication, UpdateIndividualApplication, UpdateIndividualThreadApplication, UpdateSoleProprietorApplication, UpdateSoleProprietorThreadApplicationjava.util.Map<java.lang.String,java.lang.Class<?>>getSchemas()Get the list of oneOf/anyOf composed schemas allowed to be stored in this objectUpdateBusinessApplicationgetUpdateBusinessApplication()Get the actual instance of `UpdateBusinessApplication`.UpdateBusinessApplicationBeneficialOwnergetUpdateBusinessApplicationBeneficialOwner()Get the actual instance of `UpdateBusinessApplicationBeneficialOwner`.UpdateBusinessOfficergetUpdateBusinessOfficer()Get the actual instance of `UpdateBusinessOfficer`.UpdateBusinessThreadApplicationgetUpdateBusinessThreadApplication()Get the actual instance of `UpdateBusinessThreadApplication`.UpdateIndividualApplicationgetUpdateIndividualApplication()Get the actual instance of `UpdateIndividualApplication`.UpdateIndividualThreadApplicationgetUpdateIndividualThreadApplication()Get the actual instance of `UpdateIndividualThreadApplication`.UpdateSoleProprietorApplicationgetUpdateSoleProprietorApplication()Get the actual instance of `UpdateSoleProprietorApplication`.UpdateSoleProprietorThreadApplicationgetUpdateSoleProprietorThreadApplication()Get the actual instance of `UpdateSoleProprietorThreadApplication`.voidsetActualInstance(java.lang.Object instance)Set the instance that matches the oneOf child schema, check the instance parameter is valid against the oneOf child schemas: UpdateBusinessApplication, UpdateBusinessApplicationBeneficialOwner, UpdateBusinessOfficer, UpdateBusinessThreadApplication, UpdateIndividualApplication, UpdateIndividualThreadApplication, UpdateSoleProprietorApplication, UpdateSoleProprietorThreadApplication It could be an instance of the 'oneOf' schemas.java.lang.StringtoUrlQueryString()Convert the instance into URL query string.java.lang.StringtoUrlQueryString(java.lang.String prefix)Convert the instance into URL query string.-
Methods inherited from class unit.java.sdk.model.AbstractOpenApiSchema
equals, getActualInstanceRecursively, getSchemaType, hashCode, isNullable, toString
-
-
-
-
Constructor Detail
-
UpdateApplicationRequestData
public UpdateApplicationRequestData()
-
UpdateApplicationRequestData
public UpdateApplicationRequestData(UpdateBusinessApplication o)
-
UpdateApplicationRequestData
public UpdateApplicationRequestData(UpdateBusinessApplicationBeneficialOwner o)
-
UpdateApplicationRequestData
public UpdateApplicationRequestData(UpdateBusinessOfficer o)
-
UpdateApplicationRequestData
public UpdateApplicationRequestData(UpdateBusinessThreadApplication o)
-
UpdateApplicationRequestData
public UpdateApplicationRequestData(UpdateIndividualApplication o)
-
UpdateApplicationRequestData
public UpdateApplicationRequestData(UpdateIndividualThreadApplication o)
-
UpdateApplicationRequestData
public UpdateApplicationRequestData(UpdateSoleProprietorApplication o)
-
UpdateApplicationRequestData
public UpdateApplicationRequestData(UpdateSoleProprietorThreadApplication o)
-
-
Method Detail
-
getSchemas
public java.util.Map<java.lang.String,java.lang.Class<?>> getSchemas()
Description copied from class:AbstractOpenApiSchemaGet the list of oneOf/anyOf composed schemas allowed to be stored in this object- Specified by:
getSchemasin classAbstractOpenApiSchema- Returns:
- an instance of the actual schema/object
-
setActualInstance
public void setActualInstance(java.lang.Object instance)
Set the instance that matches the oneOf child schema, check the instance parameter is valid against the oneOf child schemas: UpdateBusinessApplication, UpdateBusinessApplicationBeneficialOwner, UpdateBusinessOfficer, UpdateBusinessThreadApplication, UpdateIndividualApplication, UpdateIndividualThreadApplication, UpdateSoleProprietorApplication, UpdateSoleProprietorThreadApplication It could be an instance of the 'oneOf' schemas. The oneOf child schemas may themselves be a composed schema (allOf, anyOf, oneOf).- Overrides:
setActualInstancein classAbstractOpenApiSchema- Parameters:
instance- the actual instance of the schema/object
-
getActualInstance
public java.lang.Object getActualInstance()
Get the actual instance, which can be the following: UpdateBusinessApplication, UpdateBusinessApplicationBeneficialOwner, UpdateBusinessOfficer, UpdateBusinessThreadApplication, UpdateIndividualApplication, UpdateIndividualThreadApplication, UpdateSoleProprietorApplication, UpdateSoleProprietorThreadApplication- Overrides:
getActualInstancein classAbstractOpenApiSchema- Returns:
- The actual instance (UpdateBusinessApplication, UpdateBusinessApplicationBeneficialOwner, UpdateBusinessOfficer, UpdateBusinessThreadApplication, UpdateIndividualApplication, UpdateIndividualThreadApplication, UpdateSoleProprietorApplication, UpdateSoleProprietorThreadApplication)
-
getUpdateBusinessApplication
public UpdateBusinessApplication getUpdateBusinessApplication() throws java.lang.ClassCastException
Get the actual instance of `UpdateBusinessApplication`. If the actual instance is not `UpdateBusinessApplication`, the ClassCastException will be thrown.- Returns:
- The actual instance of `UpdateBusinessApplication`
- Throws:
java.lang.ClassCastException- if the instance is not `UpdateBusinessApplication`
-
getUpdateBusinessApplicationBeneficialOwner
public UpdateBusinessApplicationBeneficialOwner getUpdateBusinessApplicationBeneficialOwner() throws java.lang.ClassCastException
Get the actual instance of `UpdateBusinessApplicationBeneficialOwner`. If the actual instance is not `UpdateBusinessApplicationBeneficialOwner`, the ClassCastException will be thrown.- Returns:
- The actual instance of `UpdateBusinessApplicationBeneficialOwner`
- Throws:
java.lang.ClassCastException- if the instance is not `UpdateBusinessApplicationBeneficialOwner`
-
getUpdateBusinessOfficer
public UpdateBusinessOfficer getUpdateBusinessOfficer() throws java.lang.ClassCastException
Get the actual instance of `UpdateBusinessOfficer`. If the actual instance is not `UpdateBusinessOfficer`, the ClassCastException will be thrown.- Returns:
- The actual instance of `UpdateBusinessOfficer`
- Throws:
java.lang.ClassCastException- if the instance is not `UpdateBusinessOfficer`
-
getUpdateBusinessThreadApplication
public UpdateBusinessThreadApplication getUpdateBusinessThreadApplication() throws java.lang.ClassCastException
Get the actual instance of `UpdateBusinessThreadApplication`. If the actual instance is not `UpdateBusinessThreadApplication`, the ClassCastException will be thrown.- Returns:
- The actual instance of `UpdateBusinessThreadApplication`
- Throws:
java.lang.ClassCastException- if the instance is not `UpdateBusinessThreadApplication`
-
getUpdateIndividualApplication
public UpdateIndividualApplication getUpdateIndividualApplication() throws java.lang.ClassCastException
Get the actual instance of `UpdateIndividualApplication`. If the actual instance is not `UpdateIndividualApplication`, the ClassCastException will be thrown.- Returns:
- The actual instance of `UpdateIndividualApplication`
- Throws:
java.lang.ClassCastException- if the instance is not `UpdateIndividualApplication`
-
getUpdateIndividualThreadApplication
public UpdateIndividualThreadApplication getUpdateIndividualThreadApplication() throws java.lang.ClassCastException
Get the actual instance of `UpdateIndividualThreadApplication`. If the actual instance is not `UpdateIndividualThreadApplication`, the ClassCastException will be thrown.- Returns:
- The actual instance of `UpdateIndividualThreadApplication`
- Throws:
java.lang.ClassCastException- if the instance is not `UpdateIndividualThreadApplication`
-
getUpdateSoleProprietorApplication
public UpdateSoleProprietorApplication getUpdateSoleProprietorApplication() throws java.lang.ClassCastException
Get the actual instance of `UpdateSoleProprietorApplication`. If the actual instance is not `UpdateSoleProprietorApplication`, the ClassCastException will be thrown.- Returns:
- The actual instance of `UpdateSoleProprietorApplication`
- Throws:
java.lang.ClassCastException- if the instance is not `UpdateSoleProprietorApplication`
-
getUpdateSoleProprietorThreadApplication
public UpdateSoleProprietorThreadApplication getUpdateSoleProprietorThreadApplication() throws java.lang.ClassCastException
Get the actual instance of `UpdateSoleProprietorThreadApplication`. If the actual instance is not `UpdateSoleProprietorThreadApplication`, the ClassCastException will be thrown.- Returns:
- The actual instance of `UpdateSoleProprietorThreadApplication`
- Throws:
java.lang.ClassCastException- if the instance is not `UpdateSoleProprietorThreadApplication`
-
toUrlQueryString
public java.lang.String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
public java.lang.String toUrlQueryString(java.lang.String prefix)
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-
-