Uses of Class
odata.msgraph.client.beta.enums.SiteAccessType
-
Packages that use SiteAccessType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of SiteAccessType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as SiteAccessType Modifier and Type Field Description protected SiteAccessTypeProtectSite. accessTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type SiteAccessType Modifier and Type Method Description Optional<SiteAccessType>ProtectSite. getAccessType()Methods in odata.msgraph.client.beta.complex with parameters of type SiteAccessType Modifier and Type Method Description ProtectSite.BuilderProtectSite.Builder. accessType(SiteAccessType accessType)ProtectSiteProtectSite. withAccessType(SiteAccessType accessType) -
Uses of SiteAccessType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return SiteAccessType Modifier and Type Method Description static SiteAccessTypeSiteAccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static SiteAccessType[]SiteAccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-