Uses of Class
odata.msgraph.client.beta.complex.LabelDetails
-
Packages that use LabelDetails Package Description odata.msgraph.client.beta.complex -
-
Uses of LabelDetails in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as LabelDetails Modifier and Type Field Description protected LabelDetailsApplyLabelAction. labelprotected LabelDetailsInformationProtectionContentLabel. labelprotected LabelDetailsRecommendLabelAction. labelMethods in odata.msgraph.client.beta.complex that return LabelDetails Modifier and Type Method Description LabelDetailsLabelDetails.Builder. build()LabelDetailsLabelDetails. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type LabelDetails Modifier and Type Method Description Optional<LabelDetails>ApplyLabelAction. getLabel()Optional<LabelDetails>InformationProtectionContentLabel. getLabel()Optional<LabelDetails>RecommendLabelAction. getLabel()Methods in odata.msgraph.client.beta.complex with parameters of type LabelDetails Modifier and Type Method Description ApplyLabelAction.BuilderApplyLabelAction.Builder. label(LabelDetails label)InformationProtectionContentLabel.BuilderInformationProtectionContentLabel.Builder. label(LabelDetails label)RecommendLabelAction.BuilderRecommendLabelAction.Builder. label(LabelDetails label)ApplyLabelActionApplyLabelAction. withLabel(LabelDetails label)InformationProtectionContentLabelInformationProtectionContentLabel. withLabel(LabelDetails label)RecommendLabelActionRecommendLabelAction. withLabel(LabelDetails label)
-