| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected CertificateStore |
IosPkcsCertificateProfile.certificateStore |
protected CertificateStore |
AndroidDeviceOwnerPkcsCertificateProfile.certificateStore |
protected CertificateStore |
AndroidWorkProfilePkcsCertificateProfile.certificateStore |
protected CertificateStore |
Windows10PkcsCertificateProfile.certificateStore |
protected CertificateStore |
AndroidForWorkScepCertificateProfile.certificateStore |
protected CertificateStore |
Windows81SCEPCertificateProfile.certificateStore |
protected CertificateStore |
IosScepCertificateProfile.certificateStore |
protected CertificateStore |
AndroidWorkProfileScepCertificateProfile.certificateStore |
protected CertificateStore |
MacOSScepCertificateProfile.certificateStore |
protected CertificateStore |
AndroidDeviceOwnerScepCertificateProfile.certificateStore |
protected CertificateStore |
MacOSPkcsCertificateProfile.certificateStore |
| Modifier and Type | Method and Description |
|---|---|
Optional<CertificateStore> |
IosPkcsCertificateProfile.getCertificateStore()
“Target store certificate”
|
Optional<CertificateStore> |
AndroidDeviceOwnerPkcsCertificateProfile.getCertificateStore()
“Target store certificate”
|
Optional<CertificateStore> |
AndroidWorkProfilePkcsCertificateProfile.getCertificateStore()
“Target store certificate”
|
Optional<CertificateStore> |
Windows10PkcsCertificateProfile.getCertificateStore()
“Target store certificate”
|
Optional<CertificateStore> |
AndroidForWorkScepCertificateProfile.getCertificateStore()
“Target store certificate”
|
Optional<CertificateStore> |
Windows81SCEPCertificateProfile.getCertificateStore()
“Target store certificate”
|
Optional<CertificateStore> |
IosScepCertificateProfile.getCertificateStore()
“Target store certificate”
|
Optional<CertificateStore> |
AndroidWorkProfileScepCertificateProfile.getCertificateStore()
“Target store certificate”
|
Optional<CertificateStore> |
MacOSScepCertificateProfile.getCertificateStore()
“Target store certificate”
|
Optional<CertificateStore> |
AndroidDeviceOwnerScepCertificateProfile.getCertificateStore()
“Target store certificate”
|
Optional<CertificateStore> |
MacOSPkcsCertificateProfile.getCertificateStore()
“Target store certificate”
|
| Modifier and Type | Method and Description |
|---|---|
IosPkcsCertificateProfile.Builder |
IosPkcsCertificateProfile.Builder.certificateStore(CertificateStore certificateStore)
“Target store certificate”
|
AndroidDeviceOwnerPkcsCertificateProfile.Builder |
AndroidDeviceOwnerPkcsCertificateProfile.Builder.certificateStore(CertificateStore certificateStore)
“Target store certificate”
|
AndroidWorkProfilePkcsCertificateProfile.Builder |
AndroidWorkProfilePkcsCertificateProfile.Builder.certificateStore(CertificateStore certificateStore)
“Target store certificate”
|
Windows10PkcsCertificateProfile.Builder |
Windows10PkcsCertificateProfile.Builder.certificateStore(CertificateStore certificateStore)
“Target store certificate”
|
AndroidForWorkScepCertificateProfile.Builder |
AndroidForWorkScepCertificateProfile.Builder.certificateStore(CertificateStore certificateStore)
“Target store certificate”
|
Windows81SCEPCertificateProfile.Builder |
Windows81SCEPCertificateProfile.Builder.certificateStore(CertificateStore certificateStore)
“Target store certificate”
|
IosScepCertificateProfile.Builder |
IosScepCertificateProfile.Builder.certificateStore(CertificateStore certificateStore)
“Target store certificate”
|
AndroidWorkProfileScepCertificateProfile.Builder |
AndroidWorkProfileScepCertificateProfile.Builder.certificateStore(CertificateStore certificateStore)
“Target store certificate”
|
MacOSScepCertificateProfile.Builder |
MacOSScepCertificateProfile.Builder.certificateStore(CertificateStore certificateStore)
“Target store certificate”
|
AndroidDeviceOwnerScepCertificateProfile.Builder |
AndroidDeviceOwnerScepCertificateProfile.Builder.certificateStore(CertificateStore certificateStore)
“Target store certificate”
|
MacOSPkcsCertificateProfile.Builder |
MacOSPkcsCertificateProfile.Builder.certificateStore(CertificateStore certificateStore)
“Target store certificate”
|
IosPkcsCertificateProfile |
IosPkcsCertificateProfile.withCertificateStore(CertificateStore certificateStore)
Returns an immutable copy of
this with just the certificateStore
field changed. |
AndroidDeviceOwnerPkcsCertificateProfile |
AndroidDeviceOwnerPkcsCertificateProfile.withCertificateStore(CertificateStore certificateStore)
Returns an immutable copy of
this with just the certificateStore
field changed. |
AndroidWorkProfilePkcsCertificateProfile |
AndroidWorkProfilePkcsCertificateProfile.withCertificateStore(CertificateStore certificateStore)
Returns an immutable copy of
this with just the certificateStore
field changed. |
Windows10PkcsCertificateProfile |
Windows10PkcsCertificateProfile.withCertificateStore(CertificateStore certificateStore)
Returns an immutable copy of
this with just the certificateStore
field changed. |
AndroidForWorkScepCertificateProfile |
AndroidForWorkScepCertificateProfile.withCertificateStore(CertificateStore certificateStore)
Returns an immutable copy of
this with just the certificateStore
field changed. |
Windows81SCEPCertificateProfile |
Windows81SCEPCertificateProfile.withCertificateStore(CertificateStore certificateStore)
Returns an immutable copy of
this with just the certificateStore
field changed. |
IosScepCertificateProfile |
IosScepCertificateProfile.withCertificateStore(CertificateStore certificateStore)
Returns an immutable copy of
this with just the certificateStore
field changed. |
AndroidWorkProfileScepCertificateProfile |
AndroidWorkProfileScepCertificateProfile.withCertificateStore(CertificateStore certificateStore)
Returns an immutable copy of
this with just the certificateStore
field changed. |
MacOSScepCertificateProfile |
MacOSScepCertificateProfile.withCertificateStore(CertificateStore certificateStore)
Returns an immutable copy of
this with just the certificateStore
field changed. |
AndroidDeviceOwnerScepCertificateProfile |
AndroidDeviceOwnerScepCertificateProfile.withCertificateStore(CertificateStore certificateStore)
Returns an immutable copy of
this with just the certificateStore
field changed. |
MacOSPkcsCertificateProfile |
MacOSPkcsCertificateProfile.withCertificateStore(CertificateStore certificateStore)
Returns an immutable copy of
this with just the certificateStore
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static CertificateStore |
CertificateStore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateStore[] |
CertificateStore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.