Package com.microsoft.graph.models
Class SigningCertificateUpdateStatus
java.lang.Object
com.microsoft.graph.models.SigningCertificateUpdateStatus
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SigningCertificateUpdateStatus
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Signing Certificate Update Status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Certificate Update Result.The Last Run Date Time.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
certificateUpdateResult
@SerializedName(value="certificateUpdateResult", alternate="CertificateUpdateResult") @Expose @Nullable public String certificateUpdateResultThe Certificate Update Result. Status of the last certificate update. Read-only. For a list of statuses, see certificateUpdateResult status. -
lastRunDateTime
@SerializedName(value="lastRunDateTime", alternate="LastRunDateTime") @Expose @Nullable public OffsetDateTime lastRunDateTimeThe Last Run Date Time. Date and time in ISO 8601 format and in UTC time when the certificate was last updated. Read-only.
-
-
Constructor Details
-
SigningCertificateUpdateStatus
public SigningCertificateUpdateStatus()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
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- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-