Uses of Class
odata.msgraph.client.complex.CertificationControl
-
Packages that use CertificationControl Package Description odata.msgraph.client.complex -
-
Uses of CertificationControl in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type CertificationControl Modifier and Type Field Description protected List<CertificationControl>ComplianceInformation. certificationControlsMethods in odata.msgraph.client.complex that return CertificationControl Modifier and Type Method Description CertificationControlCertificationControl.Builder. build()CertificationControlCertificationControl. withName(String name)CertificationControlCertificationControl. withUnmappedField(String name, String value)CertificationControlCertificationControl. withUrl(String url)Methods in odata.msgraph.client.complex that return types with arguments of type CertificationControl Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<CertificationControl>ComplianceInformation. getCertificationControls()com.github.davidmoten.odata.client.CollectionPage<CertificationControl>ComplianceInformation. getCertificationControls(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type CertificationControl Modifier and Type Method Description ComplianceInformation.BuilderComplianceInformation.Builder. certificationControls(CertificationControl... certificationControls)Method parameters in odata.msgraph.client.complex with type arguments of type CertificationControl Modifier and Type Method Description ComplianceInformation.BuilderComplianceInformation.Builder. certificationControls(List<CertificationControl> certificationControls)
-