| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
ApplePushNotificationCertificate |
ApplePushNotificationCertificate.Builder.build() |
ApplePushNotificationCertificate |
ApplePushNotificationCertificate.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ApplePushNotificationCertificate |
ApplePushNotificationCertificate.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ApplePushNotificationCertificate |
ApplePushNotificationCertificate.withAppleIdentifier(String appleIdentifier)
Returns an immutable copy of
this with just the appleIdentifier
field changed. |
ApplePushNotificationCertificate |
ApplePushNotificationCertificate.withCertificate(String certificate) |
ApplePushNotificationCertificate |
ApplePushNotificationCertificate.withCertificateSerialNumber(String certificateSerialNumber)
Returns an immutable copy of
this with just the certificateSerialNumber field changed. |
ApplePushNotificationCertificate |
ApplePushNotificationCertificate.withCertificateUploadFailureReason(String certificateUploadFailureReason)
Returns an immutable copy of
this with just the certificateUploadFailureReason field changed. |
ApplePushNotificationCertificate |
ApplePushNotificationCertificate.withCertificateUploadStatus(String certificateUploadStatus)
Returns an immutable copy of
this with just the certificateUploadStatus field changed. |
ApplePushNotificationCertificate |
ApplePushNotificationCertificate.withExpirationDateTime(OffsetDateTime expirationDateTime)
Returns an immutable copy of
this with just the expirationDateTime field changed. |
ApplePushNotificationCertificate |
ApplePushNotificationCertificate.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
ApplePushNotificationCertificate |
ApplePushNotificationCertificate.withTopicIdentifier(String topicIdentifier)
Returns an immutable copy of
this with just the topicIdentifier
field changed. |
Copyright © 2018–2020. All rights reserved.