Uses of Class
odata.msgraph.client.beta.enums.CertificateDestinationStore
-
Packages that use CertificateDestinationStore Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of CertificateDestinationStore in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as CertificateDestinationStore Modifier and Type Field Description protected CertificateDestinationStoreWindows10XTrustedRootCertificate. destinationStoreprotected CertificateDestinationStoreWindows81TrustedRootCertificate. destinationStoreMethods in odata.msgraph.client.beta.entity that return types with arguments of type CertificateDestinationStore Modifier and Type Method Description Optional<CertificateDestinationStore>Windows10XTrustedRootCertificate. getDestinationStore()“Destination store location for the Trusted Root Certificate.”Optional<CertificateDestinationStore>Windows81TrustedRootCertificate. getDestinationStore()“Destination store location for the Trusted Root Certificate.”Methods in odata.msgraph.client.beta.entity with parameters of type CertificateDestinationStore Modifier and Type Method Description Windows10XTrustedRootCertificate.BuilderWindows10XTrustedRootCertificate.Builder. destinationStore(CertificateDestinationStore destinationStore)“Destination store location for the Trusted Root Certificate.”Windows81TrustedRootCertificate.BuilderWindows81TrustedRootCertificate.Builder. destinationStore(CertificateDestinationStore destinationStore)“Destination store location for the Trusted Root Certificate.”Windows10XTrustedRootCertificateWindows10XTrustedRootCertificate. withDestinationStore(CertificateDestinationStore destinationStore)Returns an immutable copy ofthiswith just thedestinationStorefield changed.Windows81TrustedRootCertificateWindows81TrustedRootCertificate. withDestinationStore(CertificateDestinationStore destinationStore)Returns an immutable copy ofthiswith just thedestinationStorefield changed. -
Uses of CertificateDestinationStore in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return CertificateDestinationStore Modifier and Type Method Description static CertificateDestinationStoreCertificateDestinationStore. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateDestinationStore[]CertificateDestinationStore. values()Returns an array containing the constants of this enum type, in the order they are declared.
-