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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • certificationDetailsUrl

      @SerializedName(value="certificationDetailsUrl", alternate="CertificationDetailsUrl") @Expose @Nullable public String certificationDetailsUrl
      The Certification Details Url. URL that shows certification details for the application.
    • certificationExpirationDateTime

      @SerializedName(value="certificationExpirationDateTime", alternate="CertificationExpirationDateTime") @Expose @Nullable public OffsetDateTime certificationExpirationDateTime
      The 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 isCertifiedByMicrosoft
      The Is Certified By Microsoft. Indicates whether the application is certified by Microsoft.
    • isPublisherAttested

      @SerializedName(value="isPublisherAttested", alternate="IsPublisherAttested") @Expose @Nullable public Boolean isPublisherAttested
      The 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 lastCertificationDateTime
      The 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 interface com.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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to