Uses of Enum
com.microsoft.graph.models.Mutability
Packages that use Mutability
-
Uses of Mutability in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MutabilityModifier and TypeMethodDescriptionstatic MutabilityAttributeDefinition.getMutability()Gets the mutability property value.static MutabilityReturns the enum constant of this type with the specified name.static Mutability[]Mutability.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 MutabilityModifier and TypeMethodDescriptionvoidAttributeDefinition.setMutability(Mutability value) Sets the mutability property value.