Class ApplePushNotificationCertificate

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ApplePushNotificationCertificate
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class ApplePushNotificationCertificate extends Entity implements com.microsoft.kiota.serialization.Parsable
Apple push notification certificate.
  • Constructor Details

  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static ApplePushNotificationCertificate createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a ApplePushNotificationCertificate
    • getAppleIdentifier

      @Nullable public String getAppleIdentifier()
      Gets the appleIdentifier property value. Apple Id of the account used to create the MDM push certificate.
      Returns:
      a String
    • getCertificate

      @Nullable public String getCertificate()
      Gets the certificate property value. Not yet documented
      Returns:
      a String
    • getCertificateSerialNumber

      @Nullable public String getCertificateSerialNumber()
      Gets the certificateSerialNumber property value. Certificate serial number. This property is read-only.
      Returns:
      a String
    • getCertificateUploadFailureReason

      @Nullable public String getCertificateUploadFailureReason()
      Gets the certificateUploadFailureReason property value. The reason the certificate upload failed.
      Returns:
      a String
    • getCertificateUploadStatus

      @Nullable public String getCertificateUploadStatus()
      Gets the certificateUploadStatus property value. The certificate upload status.
      Returns:
      a String
    • getExpirationDateTime

      @Nullable public OffsetDateTime getExpirationDateTime()
      Gets the expirationDateTime property value. The expiration date and time for Apple push notification certificate.
      Returns:
      a OffsetDateTime
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLastModifiedDateTime

      @Nullable public OffsetDateTime getLastModifiedDateTime()
      Gets the lastModifiedDateTime property value. Last modified date and time for Apple push notification certificate.
      Returns:
      a OffsetDateTime
    • getTopicIdentifier

      @Nullable public String getTopicIdentifier()
      Gets the topicIdentifier property value. Topic Id.
      Returns:
      a String
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAppleIdentifier

      public void setAppleIdentifier(@Nullable String value)
      Sets the appleIdentifier property value. Apple Id of the account used to create the MDM push certificate.
      Parameters:
      value - Value to set for the appleIdentifier property.
    • setCertificate

      public void setCertificate(@Nullable String value)
      Sets the certificate property value. Not yet documented
      Parameters:
      value - Value to set for the certificate property.
    • setCertificateSerialNumber

      public void setCertificateSerialNumber(@Nullable String value)
      Sets the certificateSerialNumber property value. Certificate serial number. This property is read-only.
      Parameters:
      value - Value to set for the certificateSerialNumber property.
    • setCertificateUploadFailureReason

      public void setCertificateUploadFailureReason(@Nullable String value)
      Sets the certificateUploadFailureReason property value. The reason the certificate upload failed.
      Parameters:
      value - Value to set for the certificateUploadFailureReason property.
    • setCertificateUploadStatus

      public void setCertificateUploadStatus(@Nullable String value)
      Sets the certificateUploadStatus property value. The certificate upload status.
      Parameters:
      value - Value to set for the certificateUploadStatus property.
    • setExpirationDateTime

      public void setExpirationDateTime(@Nullable OffsetDateTime value)
      Sets the expirationDateTime property value. The expiration date and time for Apple push notification certificate.
      Parameters:
      value - Value to set for the expirationDateTime property.
    • setLastModifiedDateTime

      public void setLastModifiedDateTime(@Nullable OffsetDateTime value)
      Sets the lastModifiedDateTime property value. Last modified date and time for Apple push notification certificate.
      Parameters:
      value - Value to set for the lastModifiedDateTime property.
    • setTopicIdentifier

      public void setTopicIdentifier(@Nullable String value)
      Sets the topicIdentifier property value. Topic Id.
      Parameters:
      value - Value to set for the topicIdentifier property.