Uses of Class
com.legislate.model.ObtainIdentityFieldsDTO.SideEnum
-
Packages that use ObtainIdentityFieldsDTO.SideEnum Package Description com.legislate.model -
-
Uses of ObtainIdentityFieldsDTO.SideEnum in com.legislate.model
Methods in com.legislate.model that return ObtainIdentityFieldsDTO.SideEnum Modifier and Type Method Description static ObtainIdentityFieldsDTO.SideEnumObtainIdentityFieldsDTO.SideEnum. fromValue(String input)ObtainIdentityFieldsDTO.SideEnumObtainIdentityFieldsDTO. getSide()The side of the collaboratorObtainIdentityFieldsDTO.SideEnumObtainIdentityFieldsDTO.SideEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ObtainIdentityFieldsDTO.SideEnumObtainIdentityFieldsDTO.SideEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ObtainIdentityFieldsDTO.SideEnum[]ObtainIdentityFieldsDTO.SideEnum. 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 ObtainIdentityFieldsDTO.SideEnum Modifier and Type Method Description voidObtainIdentityFieldsDTO. setSide(ObtainIdentityFieldsDTO.SideEnum side)ObtainIdentityFieldsDTOObtainIdentityFieldsDTO. side(ObtainIdentityFieldsDTO.SideEnum side)voidObtainIdentityFieldsDTO.SideEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ObtainIdentityFieldsDTO.SideEnum enumeration)
-