Package com.microsoft.graph.models
Class Certification
java.lang.Object
com.microsoft.graph.models.Certification
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class Certification
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Certification.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Certification Details Url.The Certification Expiration Date Time.The Is Certified By Microsoft.The Is Publisher Attested.The Last Certification 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.AdditionalDataManager
void
setRawObject
(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 -
certificationDetailsUrl
@SerializedName(value="certificationDetailsUrl", alternate="CertificationDetailsUrl") @Expose @Nullable public String certificationDetailsUrlThe Certification Details Url. URL that shows certification details for the application. -
certificationExpirationDateTime
@SerializedName(value="certificationExpirationDateTime", alternate="CertificationExpirationDateTime") @Expose @Nullable public OffsetDateTime certificationExpirationDateTimeThe Certification Expiration Date Time. The timestamp when the current certification for the application will expire. -
isCertifiedByMicrosoft
@SerializedName(value="isCertifiedByMicrosoft", alternate="IsCertifiedByMicrosoft") @Expose @Nullable public Boolean isCertifiedByMicrosoftThe Is Certified By Microsoft. Indicates whether the application is certified by Microsoft. -
isPublisherAttested
@SerializedName(value="isPublisherAttested", alternate="IsPublisherAttested") @Expose @Nullable public Boolean isPublisherAttestedThe Is Publisher Attested. Indicates whether the application has been self-attested by the application developer or the publisher. -
lastCertificationDateTime
@SerializedName(value="lastCertificationDateTime", alternate="LastCertificationDateTime") @Expose @Nullable public OffsetDateTime lastCertificationDateTimeThe Last Certification Date Time. The timestamp when the certification for the application was most recently added or updated.
-
-
Constructor Details
-
Certification
public Certification()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in 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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-