Uses of Class
com.legislate.model.CompanyFieldsDTO.RoleEnum
-
Packages that use CompanyFieldsDTO.RoleEnum Package Description com.legislate.model -
-
Uses of CompanyFieldsDTO.RoleEnum in com.legislate.model
Methods in com.legislate.model that return CompanyFieldsDTO.RoleEnum Modifier and Type Method Description static CompanyFieldsDTO.RoleEnumCompanyFieldsDTO.RoleEnum. fromValue(String input)CompanyFieldsDTO.RoleEnumCompanyFieldsDTO. getRole()Get roleCompanyFieldsDTO.RoleEnumCompanyFieldsDTO.RoleEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CompanyFieldsDTO.RoleEnumCompanyFieldsDTO.RoleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CompanyFieldsDTO.RoleEnum[]CompanyFieldsDTO.RoleEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.legislate.model with parameters of type CompanyFieldsDTO.RoleEnum Modifier and Type Method Description CompanyFieldsDTOCompanyFieldsDTO. role(CompanyFieldsDTO.RoleEnum role)voidCompanyFieldsDTO. setRole(CompanyFieldsDTO.RoleEnum role)voidCompanyFieldsDTO.RoleEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CompanyFieldsDTO.RoleEnum enumeration)
-