Uses of Class
odata.msgraph.client.enums.SharingDomainRestrictionMode
-
Packages that use SharingDomainRestrictionMode Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of SharingDomainRestrictionMode in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as SharingDomainRestrictionMode Modifier and Type Field Description protected SharingDomainRestrictionModeSharepointSettings. sharingDomainRestrictionModeMethods in odata.msgraph.client.entity that return types with arguments of type SharingDomainRestrictionMode Modifier and Type Method Description Optional<SharingDomainRestrictionMode>SharepointSettings. getSharingDomainRestrictionMode()Methods in odata.msgraph.client.entity with parameters of type SharingDomainRestrictionMode Modifier and Type Method Description SharepointSettings.BuilderSharepointSettings.Builder. sharingDomainRestrictionMode(SharingDomainRestrictionMode sharingDomainRestrictionMode)SharepointSettingsSharepointSettings. withSharingDomainRestrictionMode(SharingDomainRestrictionMode sharingDomainRestrictionMode) -
Uses of SharingDomainRestrictionMode in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return SharingDomainRestrictionMode Modifier and Type Method Description static SharingDomainRestrictionModeSharingDomainRestrictionMode. valueOf(String name)Returns 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.
-