Uses of Class
de.trustable.ca3s.core.service.dto.ejbca.SearchCertificateSortRestRequest.PropertyEnum
-
Packages that use SearchCertificateSortRestRequest.PropertyEnum Package Description de.trustable.ca3s.core.service.dto.ejbca -
-
Uses of SearchCertificateSortRestRequest.PropertyEnum in de.trustable.ca3s.core.service.dto.ejbca
Methods in de.trustable.ca3s.core.service.dto.ejbca that return SearchCertificateSortRestRequest.PropertyEnum Modifier and Type Method Description static SearchCertificateSortRestRequest.PropertyEnumSearchCertificateSortRestRequest.PropertyEnum. fromValue(String input)SearchCertificateSortRestRequest.PropertyEnumSearchCertificateSortRestRequest. getProperty()Sorted bySearchCertificateSortRestRequest.PropertyEnumSearchCertificateSortRestRequest.PropertyEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static SearchCertificateSortRestRequest.PropertyEnumSearchCertificateSortRestRequest.PropertyEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchCertificateSortRestRequest.PropertyEnum[]SearchCertificateSortRestRequest.PropertyEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.trustable.ca3s.core.service.dto.ejbca with parameters of type SearchCertificateSortRestRequest.PropertyEnum Modifier and Type Method Description SearchCertificateSortRestRequestSearchCertificateSortRestRequest. property(SearchCertificateSortRestRequest.PropertyEnum property)voidSearchCertificateSortRestRequest. setProperty(SearchCertificateSortRestRequest.PropertyEnum property)voidSearchCertificateSortRestRequest.PropertyEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, SearchCertificateSortRestRequest.PropertyEnum enumeration)
-