Uses of Enum
com.microsoft.graph.models.SiteLockState
Packages that use SiteLockState
-
Uses of SiteLockState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SiteLockStateModifier and TypeMethodDescriptionstatic SiteLockStateFileStorageContainer.getLockState()Gets the lockState property value.static SiteLockStateReturns the enum constant of this type with the specified name.static SiteLockState[]SiteLockState.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 SiteLockStateModifier and TypeMethodDescriptionvoidFileStorageContainer.setLockState(SiteLockState value) Sets the lockState property value.