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.withUnmappedField(String name,
String value) |
|
EnterpriseCodeSigningCertificate |
EnterpriseCodeSigningCertificate.withUploadDateTime(OffsetDateTime uploadDateTime) |
Returns an immutable copy of this with just the uploadDateTime
field changed.
|