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