Uses of Class
microsoft.graph.externalconnectors.enums.Label
-
Packages that use Label Package Description microsoft.graph.externalconnectors.complex microsoft.graph.externalconnectors.enums -
-
Uses of Label in microsoft.graph.externalconnectors.complex
Fields in microsoft.graph.externalconnectors.complex with type parameters of type Label Modifier and Type Field Description protected List<Label>Property. labelsMethods in microsoft.graph.externalconnectors.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 microsoft.graph.externalconnectors.complex with parameters of type Label Modifier and Type Method Description Property.BuilderProperty.Builder. labels(Label... labels)Method parameters in microsoft.graph.externalconnectors.complex with type arguments of type Label Modifier and Type Method Description Property.BuilderProperty.Builder. labels(List<Label> labels) -
Uses of Label in microsoft.graph.externalconnectors.enums
Methods in microsoft.graph.externalconnectors.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.
-