Uses of Class
de.trustable.ca3s.core.service.dto.ejbca.SearchCertificateSortRestRequest.OperationEnum
-
Packages that use SearchCertificateSortRestRequest.OperationEnum Package Description de.trustable.ca3s.core.service.dto.ejbca -
-
Uses of SearchCertificateSortRestRequest.OperationEnum in de.trustable.ca3s.core.service.dto.ejbca
Methods in de.trustable.ca3s.core.service.dto.ejbca that return SearchCertificateSortRestRequest.OperationEnum Modifier and Type Method Description static SearchCertificateSortRestRequest.OperationEnumSearchCertificateSortRestRequest.OperationEnum. fromValue(String input)SearchCertificateSortRestRequest.OperationEnumSearchCertificateSortRestRequest. getOperation()Sort ascending or descending.SearchCertificateSortRestRequest.OperationEnumSearchCertificateSortRestRequest.OperationEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static SearchCertificateSortRestRequest.OperationEnumSearchCertificateSortRestRequest.OperationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchCertificateSortRestRequest.OperationEnum[]SearchCertificateSortRestRequest.OperationEnum. 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.OperationEnum Modifier and Type Method Description SearchCertificateSortRestRequestSearchCertificateSortRestRequest. operation(SearchCertificateSortRestRequest.OperationEnum operation)voidSearchCertificateSortRestRequest. setOperation(SearchCertificateSortRestRequest.OperationEnum operation)voidSearchCertificateSortRestRequest.OperationEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, SearchCertificateSortRestRequest.OperationEnum enumeration)
-