Uses of Class
odata.msgraph.client.beta.complex.Certification
-
Packages that use Certification Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of Certification in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return Certification Modifier and Type Method Description CertificationCertification.Builder. build()CertificationCertification. withCertificationDetailsUrl(String certificationDetailsUrl)Returns an immutable copy ofthiswith just thecertificationDetailsUrlfield changed.CertificationCertification. withCertificationExpirationDateTime(OffsetDateTime certificationExpirationDateTime)CertificationCertification. withIsCertifiedByMicrosoft(Boolean isCertifiedByMicrosoft)Returns an immutable copy ofthiswith just theisCertifiedByMicrosoftfield changed.CertificationCertification. withIsPublisherAttested(Boolean isPublisherAttested)CertificationCertification. withLastCertificationDateTime(OffsetDateTime lastCertificationDateTime)CertificationCertification. withUnmappedField(String name, String value) -
Uses of Certification in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as Certification Modifier and Type Field Description protected CertificationApplication. certificationMethods in odata.msgraph.client.beta.entity that return types with arguments of type Certification Modifier and Type Method Description Optional<Certification>Application. getCertification()Methods in odata.msgraph.client.beta.entity with parameters of type Certification Modifier and Type Method Description Application.BuilderApplication.Builder. certification(Certification certification)ApplicationApplication. withCertification(Certification certification)
-