Uses of Class
br.com.senior.crm.http.camel.dtos.enums.EnumPhoneTypeDTO
-
Packages that use EnumPhoneTypeDTO Package Description br.com.senior.crm.http.camel.dtos.enums br.com.senior.crm.http.camel.entities.account -
-
Uses of EnumPhoneTypeDTO in br.com.senior.crm.http.camel.dtos.enums
Methods in br.com.senior.crm.http.camel.dtos.enums that return EnumPhoneTypeDTO Modifier and Type Method Description static EnumPhoneTypeDTOEnumPhoneTypeDTO. valueOf(String name)Returns the enum constant of this type with the specified name.static EnumPhoneTypeDTO[]EnumPhoneTypeDTO. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EnumPhoneTypeDTO in br.com.senior.crm.http.camel.entities.account
Fields in br.com.senior.crm.http.camel.entities.account declared as EnumPhoneTypeDTO Modifier and Type Field Description EnumPhoneTypeDTOAccountPhone. phoneTypeTipo de telefone da conta
-