Uses of Class
odata.msgraph.client.beta.complex.LabelPolicy
-
Packages that use LabelPolicy Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of LabelPolicy in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return LabelPolicy Modifier and Type Method Description LabelPolicyLabelPolicy.Builder. build()LabelPolicyLabelPolicy. withId(String id)LabelPolicyLabelPolicy. withName(String name)LabelPolicyLabelPolicy. withUnmappedField(String name, String value) -
Uses of LabelPolicy in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type LabelPolicy Modifier and Type Field Description protected List<LabelPolicy>SensitivityLabel. assignedPoliciesMethods in odata.msgraph.client.beta.entity that return types with arguments of type LabelPolicy Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<LabelPolicy>SensitivityLabel. getAssignedPolicies()com.github.davidmoten.odata.client.CollectionPage<LabelPolicy>SensitivityLabel. getAssignedPolicies(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type LabelPolicy Modifier and Type Method Description SensitivityLabel.BuilderSensitivityLabel.Builder. assignedPolicies(LabelPolicy... assignedPolicies)Method parameters in odata.msgraph.client.beta.entity with type arguments of type LabelPolicy Modifier and Type Method Description SensitivityLabel.BuilderSensitivityLabel.Builder. assignedPolicies(List<LabelPolicy> assignedPolicies)SensitivityLabelSensitivityLabel. withAssignedPolicies(List<LabelPolicy> assignedPolicies)
-