Uses of Class
odata.msgraph.client.beta.enums.CertificateStatus
-
Packages that use CertificateStatus Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of CertificateStatus in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as CertificateStatus Modifier and Type Field Description protected CertificateStatusEnterpriseCodeSigningCertificate. statusprotected CertificateStatusSymantecCodeSigningCertificate. statusMethods in odata.msgraph.client.beta.entity that return types with arguments of type CertificateStatus Modifier and Type Method Description Optional<CertificateStatus>EnterpriseCodeSigningCertificate. getStatus()“The Certificate Status Provisioned or not Provisioned.”Optional<CertificateStatus>SymantecCodeSigningCertificate. getStatus()“The Cert Status Provisioned or not Provisioned.”Methods in odata.msgraph.client.beta.entity with parameters of type CertificateStatus Modifier and Type Method Description EnterpriseCodeSigningCertificate.BuilderEnterpriseCodeSigningCertificate.Builder. status(CertificateStatus status)“The Certificate Status Provisioned or not Provisioned.”SymantecCodeSigningCertificate.BuilderSymantecCodeSigningCertificate.Builder. status(CertificateStatus status)“The Cert Status Provisioned or not Provisioned.”EnterpriseCodeSigningCertificateEnterpriseCodeSigningCertificate. withStatus(CertificateStatus status)Returns an immutable copy ofthiswith just thestatusfield changed.SymantecCodeSigningCertificateSymantecCodeSigningCertificate. withStatus(CertificateStatus status)Returns an immutable copy ofthiswith just thestatusfield changed. -
Uses of CertificateStatus in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return CertificateStatus Modifier and Type Method Description static CertificateStatusCertificateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateStatus[]CertificateStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-