Uses of Class
com.legislate.model.ObtainIdentityFieldsDTO.RolesEnum
-
Packages that use ObtainIdentityFieldsDTO.RolesEnum Package Description com.legislate.model -
-
Uses of ObtainIdentityFieldsDTO.RolesEnum in com.legislate.model
Methods in com.legislate.model that return ObtainIdentityFieldsDTO.RolesEnum Modifier and Type Method Description static ObtainIdentityFieldsDTO.RolesEnumObtainIdentityFieldsDTO.RolesEnum. fromValue(String input)ObtainIdentityFieldsDTO.RolesEnumObtainIdentityFieldsDTO.RolesEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ObtainIdentityFieldsDTO.RolesEnumObtainIdentityFieldsDTO.RolesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ObtainIdentityFieldsDTO.RolesEnum[]ObtainIdentityFieldsDTO.RolesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.legislate.model that return types with arguments of type ObtainIdentityFieldsDTO.RolesEnum Modifier and Type Method Description List<ObtainIdentityFieldsDTO.RolesEnum>ObtainIdentityFieldsDTO. getRoles()The role/s of the collaboratorMethods in com.legislate.model with parameters of type ObtainIdentityFieldsDTO.RolesEnum Modifier and Type Method Description ObtainIdentityFieldsDTOObtainIdentityFieldsDTO. addRolesItem(ObtainIdentityFieldsDTO.RolesEnum rolesItem)voidObtainIdentityFieldsDTO.RolesEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ObtainIdentityFieldsDTO.RolesEnum enumeration)Method parameters in com.legislate.model with type arguments of type ObtainIdentityFieldsDTO.RolesEnum Modifier and Type Method Description ObtainIdentityFieldsDTOObtainIdentityFieldsDTO. roles(List<ObtainIdentityFieldsDTO.RolesEnum> roles)voidObtainIdentityFieldsDTO. setRoles(List<ObtainIdentityFieldsDTO.RolesEnum> roles)
-