Uses of Enum
com.microsoft.graph.models.UsageRights
Packages that use UsageRights
-
Uses of UsageRights in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UsageRightsModifier and TypeMethodDescriptionstatic UsageRightsstatic UsageRightsReturns the enum constant of this type with the specified name.static UsageRights[]UsageRights.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type UsageRightsModifier and TypeMethodDescriptionLabelContentRight.getRights()Gets the rights property value.UsageRightsIncluded.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type UsageRightsModifier and TypeMethodDescriptionvoidLabelContentRight.setRights(EnumSet<UsageRights> value) Sets the rights property value.voidUsageRightsIncluded.setValue(EnumSet<UsageRights> value) Sets the value property value.