Class SearchCertificateSortRestRequest
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.ejbca.SearchCertificateSortRestRequest
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-02-27T11:17:53.164838525Z[GMT]") public class SearchCertificateSortRestRequest extends ObjectUse one of allowed values as property and operation. Available propertiesUSERNAME ISSUER_DN SUBJECT_DN EXTERNAL_ACCOUNT_BINDING_ID END_ENTITY_PROFILE CERTIFICATE_PROFILE STATUS TAG TYPE UPDATE_TIME ISSUED_DATE EXPIRE_DATE REVOCATION_DATE Available operationsASC DESC
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchCertificateSortRestRequest.OperationEnumSort ascending or descending.static classSearchCertificateSortRestRequest.PropertyEnumSorted by
-
Constructor Summary
Constructors Constructor Description SearchCertificateSortRestRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)SearchCertificateSortRestRequest.OperationEnumgetOperation()Sort ascending or descending.SearchCertificateSortRestRequest.PropertyEnumgetProperty()Sorted byinthashCode()SearchCertificateSortRestRequestoperation(SearchCertificateSortRestRequest.OperationEnum operation)SearchCertificateSortRestRequestproperty(SearchCertificateSortRestRequest.PropertyEnum property)voidsetOperation(SearchCertificateSortRestRequest.OperationEnum operation)voidsetProperty(SearchCertificateSortRestRequest.PropertyEnum property)StringtoString()
-
-
-
Method Detail
-
property
public SearchCertificateSortRestRequest property(SearchCertificateSortRestRequest.PropertyEnum property)
-
getProperty
public SearchCertificateSortRestRequest.PropertyEnum getProperty()
Sorted by- Returns:
- property
-
setProperty
public void setProperty(SearchCertificateSortRestRequest.PropertyEnum property)
-
operation
public SearchCertificateSortRestRequest operation(SearchCertificateSortRestRequest.OperationEnum operation)
-
getOperation
public SearchCertificateSortRestRequest.OperationEnum getOperation()
Sort ascending or descending. 'ASC' for ascending, 'DESC' for descending.- Returns:
- operation
-
setOperation
public void setOperation(SearchCertificateSortRestRequest.OperationEnum operation)
-
-