| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
UserPFXCertificate |
UserPFXCertificate.Builder.build() |
UserPFXCertificate |
UserPFXCertificate.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
UserPFXCertificate |
UserPFXCertificate.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
UserPFXCertificate |
UserPFXCertificate.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
UserPFXCertificate |
UserPFXCertificate.withEncryptedPfxBlob(byte[] encryptedPfxBlob)
Returns an immutable copy of
this with just the encryptedPfxBlob
field changed. |
UserPFXCertificate |
UserPFXCertificate.withEncryptedPfxPassword(String encryptedPfxPassword)
Returns an immutable copy of
this with just the encryptedPfxPassword field changed. |
UserPFXCertificate |
UserPFXCertificate.withExpirationDateTime(OffsetDateTime expirationDateTime)
Returns an immutable copy of
this with just the expirationDateTime field changed. |
UserPFXCertificate |
UserPFXCertificate.withIntendedPurpose(UserPfxIntendedPurpose intendedPurpose)
Returns an immutable copy of
this with just the intendedPurpose
field changed. |
UserPFXCertificate |
UserPFXCertificate.withKeyName(String keyName)
Returns an immutable copy of
this with just the keyName field
changed. |
UserPFXCertificate |
UserPFXCertificate.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
UserPFXCertificate |
UserPFXCertificate.withPaddingScheme(UserPfxPaddingScheme paddingScheme)
Returns an immutable copy of
this with just the paddingScheme
field changed. |
UserPFXCertificate |
UserPFXCertificate.withProviderName(String providerName)
Returns an immutable copy of
this with just the providerName
field changed. |
UserPFXCertificate |
UserPFXCertificate.withStartDateTime(OffsetDateTime startDateTime)
Returns an immutable copy of
this with just the startDateTime
field changed. |
UserPFXCertificate |
UserPFXCertificate.withThumbprint(String thumbprint)
Returns an immutable copy of
this with just the thumbprint field
changed. |
UserPFXCertificate |
UserPFXCertificate.withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
Copyright © 2018–2020. All rights reserved.