Uses of Enum
model.CreateIdentityRequestEntity.BusinessTypeEnum
Packages that use CreateIdentityRequestEntity.BusinessTypeEnum
-
Uses of CreateIdentityRequestEntity.BusinessTypeEnum in model
Methods in model that return CreateIdentityRequestEntity.BusinessTypeEnumModifier and TypeMethodDescriptionCreateIdentityRequestEntity.getBusinessType()Include the value that best applies to the merchant.CreateIdentityRequestEntity.BusinessTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.CreateIdentityRequestEntity.BusinessTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type CreateIdentityRequestEntity.BusinessTypeEnumModifier and TypeMethodDescriptionCreateIdentityRequestEntity.businessType(CreateIdentityRequestEntity.BusinessTypeEnum businessType) voidCreateIdentityRequestEntity.setBusinessType(CreateIdentityRequestEntity.BusinessTypeEnum businessType) voidCreateIdentityRequestEntity.BusinessTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CreateIdentityRequestEntity.BusinessTypeEnum enumeration)