Uses of Class
odata.msgraph.client.complex.AssignedLabel
-
Packages that use AssignedLabel Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AssignedLabel in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AssignedLabel Modifier and Type Method Description AssignedLabelAssignedLabel.Builder. build()AssignedLabelAssignedLabel. withDisplayName(String displayName)AssignedLabelAssignedLabel. withLabelId(String labelId)AssignedLabelAssignedLabel. withUnmappedField(String name, String value) -
Uses of AssignedLabel in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AssignedLabel Modifier and Type Field Description protected List<AssignedLabel>Group. assignedLabelsMethods in odata.msgraph.client.entity that return types with arguments of type AssignedLabel Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AssignedLabel>Group. getAssignedLabels()com.github.davidmoten.odata.client.CollectionPage<AssignedLabel>Group. getAssignedLabels(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type AssignedLabel Modifier and Type Method Description Group.BuilderGroup.Builder. assignedLabels(AssignedLabel... assignedLabels)Method parameters in odata.msgraph.client.entity with type arguments of type AssignedLabel Modifier and Type Method Description Group.BuilderGroup.Builder. assignedLabels(List<AssignedLabel> assignedLabels)GroupGroup. withAssignedLabels(List<AssignedLabel> assignedLabels)
-