Uses of Class
odata.msgraph.client.beta.complex.LabelActionBase
-
Packages that use LabelActionBase Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of LabelActionBase in odata.msgraph.client.beta.complex
Subclasses of LabelActionBase in odata.msgraph.client.beta.complex Modifier and Type Class Description classAddFooterclassAddHeaderclassAddWatermarkclassEncryptContentclassEncryptWithTemplateclassEncryptWithUserDefinedRightsclassMarkContentclassProtectGroupclassProtectOnlineMeetingActionclassProtectSiteFields in odata.msgraph.client.beta.complex with type parameters of type LabelActionBase Modifier and Type Field Description protected List<LabelActionBase>MatchingLabel. labelActionsMethods in odata.msgraph.client.beta.complex that return LabelActionBase Modifier and Type Method Description LabelActionBaseLabelActionBase. withName(String name)LabelActionBaseLabelActionBase. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type LabelActionBase Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<LabelActionBase>MatchingLabel. getLabelActions()com.github.davidmoten.odata.client.CollectionPage<LabelActionBase>MatchingLabel. getLabelActions(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type LabelActionBase Modifier and Type Method Description MatchingLabel.BuilderMatchingLabel.Builder. labelActions(LabelActionBase... labelActions)Method parameters in odata.msgraph.client.beta.complex with type arguments of type LabelActionBase Modifier and Type Method Description MatchingLabel.BuilderMatchingLabel.Builder. labelActions(List<LabelActionBase> labelActions) -
Uses of LabelActionBase in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type LabelActionBase Modifier and Type Field Description protected List<LabelActionBase>SensitivityLabel. labelActionsMethods in odata.msgraph.client.beta.entity that return types with arguments of type LabelActionBase Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<LabelActionBase>SensitivityLabel. getLabelActions()com.github.davidmoten.odata.client.CollectionPage<LabelActionBase>SensitivityLabel. getLabelActions(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type LabelActionBase Modifier and Type Method Description SensitivityLabel.BuilderSensitivityLabel.Builder. labelActions(LabelActionBase... labelActions)Method parameters in odata.msgraph.client.beta.entity with type arguments of type LabelActionBase Modifier and Type Method Description SensitivityLabel.BuilderSensitivityLabel.Builder. labelActions(List<LabelActionBase> labelActions)SensitivityLabelSensitivityLabel. withLabelActions(List<LabelActionBase> labelActions)
-