Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Apple Identifier.The Certificate.The Certificate Serial Number.The Certificate Upload Failure Reason.The Certificate Upload Status.The Expiration Date Time.The Last Modified Date Time.The Topic Identifier. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
appleIdentifier
@SerializedName(value="appleIdentifier", alternate="AppleIdentifier") @Expose @Nullable public String appleIdentifierThe Apple Identifier. Apple Id of the account used to create the MDM push certificate. -
certificate
@SerializedName(value="certificate", alternate="Certificate") @Expose @Nullable public String certificateThe Certificate. Not yet documented -
certificateSerialNumber
@SerializedName(value="certificateSerialNumber", alternate="CertificateSerialNumber") @Expose @Nullable public String certificateSerialNumberThe Certificate Serial Number. Certificate serial number. This property is read-only. -
certificateUploadFailureReason
@SerializedName(value="certificateUploadFailureReason", alternate="CertificateUploadFailureReason") @Expose @Nullable public String certificateUploadFailureReasonThe Certificate Upload Failure Reason. The reason the certificate upload failed. -
certificateUploadStatus
@SerializedName(value="certificateUploadStatus", alternate="CertificateUploadStatus") @Expose @Nullable public String certificateUploadStatusThe Certificate Upload Status. The certificate upload status. -
expirationDateTime
@SerializedName(value="expirationDateTime", alternate="ExpirationDateTime") @Expose @Nullable public OffsetDateTime expirationDateTimeThe Expiration Date Time. The expiration date and time for Apple push notification certificate. -
lastModifiedDateTime
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTimeThe Last Modified Date Time. Last modified date and time for Apple push notification certificate. -
topicIdentifier
@SerializedName(value="topicIdentifier", alternate="TopicIdentifier") @Expose @Nullable public String topicIdentifierThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-