Uses of Enum
com.microsoft.graph.models.ResourceLinkType
Packages that use ResourceLinkType
-
Uses of ResourceLinkType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ResourceLinkTypeModifier and TypeMethodDescriptionstatic ResourceLinkTypeResourceLink.getLinkType()Gets the linkType property value.static ResourceLinkTypeReturns the enum constant of this type with the specified name.static ResourceLinkType[]ResourceLinkType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type ResourceLinkTypeModifier and TypeMethodDescriptionvoidResourceLink.setLinkType(ResourceLinkType value) Sets the linkType property value.