Class ApplePushNotificationCertificate

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ApplePushNotificationCertificate
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ApplePushNotificationCertificate extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Apple Push Notification Certificate.
  • Field Details

    • appleIdentifier

      @SerializedName(value="appleIdentifier", alternate="AppleIdentifier") @Expose @Nullable public String appleIdentifier
      The Apple Identifier. Apple Id of the account used to create the MDM push certificate.
    • certificate

      @SerializedName(value="certificate", alternate="Certificate") @Expose @Nullable public String certificate
      The Certificate. Not yet documented
    • certificateSerialNumber

      @SerializedName(value="certificateSerialNumber", alternate="CertificateSerialNumber") @Expose @Nullable public String certificateSerialNumber
      The Certificate Serial Number. Certificate serial number. This property is read-only.
    • certificateUploadFailureReason

      @SerializedName(value="certificateUploadFailureReason", alternate="CertificateUploadFailureReason") @Expose @Nullable public String certificateUploadFailureReason
      The Certificate Upload Failure Reason. The reason the certificate upload failed.
    • certificateUploadStatus

      @SerializedName(value="certificateUploadStatus", alternate="CertificateUploadStatus") @Expose @Nullable public String certificateUploadStatus
      The Certificate Upload Status. The certificate upload status.
    • expirationDateTime

      @SerializedName(value="expirationDateTime", alternate="ExpirationDateTime") @Expose @Nullable public OffsetDateTime expirationDateTime
      The Expiration Date Time. The expiration date and time for Apple push notification certificate.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. Last modified date and time for Apple push notification certificate.
    • topicIdentifier

      @SerializedName(value="topicIdentifier", alternate="TopicIdentifier") @Expose @Nullable public String topicIdentifier
      The Topic Identifier. Topic Id.
  • Constructor Details

    • ApplePushNotificationCertificate

      public ApplePushNotificationCertificate()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to