Uses of Class
odata.msgraph.client.beta.enums.Label
-
Packages that use Label Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of Label in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type Label Modifier and Type Field Description protected List<Label>Property. labelsMethods in odata.msgraph.client.beta.complex that return types with arguments of type Label Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Label>Property. getLabels()com.github.davidmoten.odata.client.CollectionPage<Label>Property. getLabels(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type Label Modifier and Type Method Description Property.BuilderProperty.Builder. labels(Label... labels)Method parameters in odata.msgraph.client.beta.complex with type arguments of type Label Modifier and Type Method Description Property.BuilderProperty.Builder. labels(List<Label> labels) -
Uses of Label in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Label Modifier and Type Method Description static LabelLabel. valueOf(String name)Returns the enum constant of this type with the specified name.static Label[]Label. values()Returns an array containing the constants of this enum type, in the order they are declared.
-