Uses of Enum
com.microsoft.graph.models.SharingDomainRestrictionMode
Packages that use SharingDomainRestrictionMode
-
Uses of SharingDomainRestrictionMode in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SharingDomainRestrictionModeModifier and TypeMethodDescriptionstatic SharingDomainRestrictionModeSharepointSettings.getSharingDomainRestrictionMode()Gets the sharingDomainRestrictionMode property value.static SharingDomainRestrictionModeReturns the enum constant of this type with the specified name.static SharingDomainRestrictionMode[]SharingDomainRestrictionMode.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 SharingDomainRestrictionModeModifier and TypeMethodDescriptionvoidSharepointSettings.setSharingDomainRestrictionMode(SharingDomainRestrictionMode value) Sets the sharingDomainRestrictionMode property value.