| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected UserPfxIntendedPurpose |
UserPFXCertificate.intendedPurpose |
| Modifier and Type | Method and Description |
|---|---|
Optional<UserPfxIntendedPurpose> |
UserPFXCertificate.getIntendedPurpose()
“Certificate's intended purpose from the point-of-view of deployment.”
|
| Modifier and Type | Method and Description |
|---|---|
UserPFXCertificate.Builder |
UserPFXCertificate.Builder.intendedPurpose(UserPfxIntendedPurpose intendedPurpose)
“Certificate's intended purpose from the point-of-view of deployment.”
|
UserPFXCertificate |
UserPFXCertificate.withIntendedPurpose(UserPfxIntendedPurpose intendedPurpose)
Returns an immutable copy of
this with just the intendedPurpose
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static UserPfxIntendedPurpose |
UserPfxIntendedPurpose.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserPfxIntendedPurpose[] |
UserPfxIntendedPurpose.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.