Uses of Class
com.suse.coco.model.AttestationStatus
-
Packages that use AttestationStatus Package Description com.suse.coco.model -
-
Uses of AttestationStatus in com.suse.coco.model
Fields in com.suse.coco.model declared as AttestationStatus Modifier and Type Field Description private AttestationStatusAttestationResult. statusMethods in com.suse.coco.model that return AttestationStatus Modifier and Type Method Description AttestationStatusAttestationResult. getStatus()static AttestationStatusAttestationStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttestationStatus[]AttestationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.suse.coco.model with parameters of type AttestationStatus Modifier and Type Method Description voidAttestationResult. setStatus(AttestationStatus statusIn)
-