Uses of Class
de.trustable.ca3s.core.domain.enumeration.CsrUsage
-
Packages that use CsrUsage Package Description de.trustable.ca3s.core.domain.enumeration de.trustable.ca3s.core.service.dto Data Transfer Objects. -
-
Uses of CsrUsage in de.trustable.ca3s.core.domain.enumeration
Methods in de.trustable.ca3s.core.domain.enumeration that return CsrUsage Modifier and Type Method Description static CsrUsageCsrUsage. forValues(String value)static CsrUsageCsrUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static CsrUsage[]CsrUsage. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CsrUsage in de.trustable.ca3s.core.service.dto
Methods in de.trustable.ca3s.core.service.dto that return CsrUsage Modifier and Type Method Description CsrUsagePipelineView. getCsrUsage()Methods in de.trustable.ca3s.core.service.dto with parameters of type CsrUsage Modifier and Type Method Description voidPipelineView. setCsrUsage(CsrUsage csrUsage)
-