Uses of Enum
model.UpdateIdentityRequestEntity.BusinessTypeEnum
Packages that use UpdateIdentityRequestEntity.BusinessTypeEnum
-
Uses of UpdateIdentityRequestEntity.BusinessTypeEnum in model
Methods in model that return UpdateIdentityRequestEntity.BusinessTypeEnumModifier and TypeMethodDescriptionUpdateIdentityRequestEntity.getBusinessType()Include the value that best applies to the merchant.UpdateIdentityRequestEntity.BusinessTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.UpdateIdentityRequestEntity.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 UpdateIdentityRequestEntity.BusinessTypeEnumModifier and TypeMethodDescriptionUpdateIdentityRequestEntity.businessType(UpdateIdentityRequestEntity.BusinessTypeEnum businessType) voidUpdateIdentityRequestEntity.setBusinessType(UpdateIdentityRequestEntity.BusinessTypeEnum businessType) voidUpdateIdentityRequestEntity.BusinessTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, UpdateIdentityRequestEntity.BusinessTypeEnum enumeration)