| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
EnterpriseCodeSigningCertificate |
EnterpriseCodeSigningCertificate.Builder.build() |
EnterpriseCodeSigningCertificate |
EnterpriseCodeSigningCertificate.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
EnterpriseCodeSigningCertificate |
EnterpriseCodeSigningCertificate.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
EnterpriseCodeSigningCertificate |
EnterpriseCodeSigningCertificate.withContent(byte[] content)
Returns an immutable copy of
this with just the content field
changed. |
EnterpriseCodeSigningCertificate |
EnterpriseCodeSigningCertificate.withExpirationDateTime(OffsetDateTime expirationDateTime)
Returns an immutable copy of
this with just the expirationDateTime field changed. |
EnterpriseCodeSigningCertificate |
EnterpriseCodeSigningCertificate.withIssuer(String issuer)
Returns an immutable copy of
this with just the issuer field
changed. |
EnterpriseCodeSigningCertificate |
EnterpriseCodeSigningCertificate.withIssuerName(String issuerName)
Returns an immutable copy of
this with just the issuerName field
changed. |
EnterpriseCodeSigningCertificate |
EnterpriseCodeSigningCertificate.withStatus(CertificateStatus status)
Returns an immutable copy of
this with just the status field
changed. |
EnterpriseCodeSigningCertificate |
EnterpriseCodeSigningCertificate.withSubject(String subject)
Returns an immutable copy of
this with just the subject field
changed. |
EnterpriseCodeSigningCertificate |
EnterpriseCodeSigningCertificate.withSubjectName(String subjectName)
Returns an immutable copy of
this with just the subjectName
field changed. |
EnterpriseCodeSigningCertificate |
EnterpriseCodeSigningCertificate.withUploadDateTime(OffsetDateTime uploadDateTime)
Returns an immutable copy of
this with just the uploadDateTime
field changed. |
Copyright © 2018–2020. All rights reserved.