Uses of Class
odata.msgraph.client.beta.complex.ParentLabelDetails
-
Packages that use ParentLabelDetails Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ParentLabelDetails in odata.msgraph.client.beta.complex
Subclasses of ParentLabelDetails in odata.msgraph.client.beta.complex Modifier and Type Class Description classLabelDetailsFields in odata.msgraph.client.beta.complex declared as ParentLabelDetails Modifier and Type Field Description protected ParentLabelDetailsParentLabelDetails. parentMethods in odata.msgraph.client.beta.complex that return ParentLabelDetails Modifier and Type Method Description ParentLabelDetailsParentLabelDetails.Builder. build()ParentLabelDetailsParentLabelDetails. withColor(String color)ParentLabelDetailsParentLabelDetails. withDescription(String description)ParentLabelDetailsParentLabelDetails. withId(String id)ParentLabelDetailsParentLabelDetails. withIsActive(Boolean isActive)ParentLabelDetailsParentLabelDetails. withName(String name)ParentLabelDetailsParentLabelDetails. withParent(ParentLabelDetails parent)ParentLabelDetailsParentLabelDetails. withSensitivity(Integer sensitivity)ParentLabelDetailsParentLabelDetails. withTooltip(String tooltip)ParentLabelDetailsParentLabelDetails. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type ParentLabelDetails Modifier and Type Method Description Optional<ParentLabelDetails>ParentLabelDetails. getParent()Methods in odata.msgraph.client.beta.complex with parameters of type ParentLabelDetails Modifier and Type Method Description LabelDetails.BuilderLabelDetails.Builder. parent(ParentLabelDetails parent)ParentLabelDetails.BuilderParentLabelDetails.Builder. parent(ParentLabelDetails parent)ParentLabelDetailsParentLabelDetails. withParent(ParentLabelDetails parent) -
Uses of ParentLabelDetails in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ParentLabelDetails Modifier and Type Field Description protected ParentLabelDetailsInformationProtectionLabel. parentMethods in odata.msgraph.client.beta.entity that return types with arguments of type ParentLabelDetails Modifier and Type Method Description Optional<ParentLabelDetails>InformationProtectionLabel. getParent()Methods in odata.msgraph.client.beta.entity with parameters of type ParentLabelDetails Modifier and Type Method Description InformationProtectionLabel.BuilderInformationProtectionLabel.Builder. parent(ParentLabelDetails parent)InformationProtectionLabelInformationProtectionLabel. withParent(ParentLabelDetails parent)
-