Uses of Class
odata.msgraph.client.enums.BrowserSiteTargetEnvironment
-
Packages that use BrowserSiteTargetEnvironment Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of BrowserSiteTargetEnvironment in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as BrowserSiteTargetEnvironment Modifier and Type Field Description protected BrowserSiteTargetEnvironmentBrowserSiteHistory. targetEnvironmentMethods in odata.msgraph.client.complex that return types with arguments of type BrowserSiteTargetEnvironment Modifier and Type Method Description Optional<BrowserSiteTargetEnvironment>BrowserSiteHistory. getTargetEnvironment()“The render mode in Edge client that the site is supposed to open in”Methods in odata.msgraph.client.complex with parameters of type BrowserSiteTargetEnvironment Modifier and Type Method Description BrowserSiteHistory.BuilderBrowserSiteHistory.Builder. targetEnvironment(BrowserSiteTargetEnvironment targetEnvironment)“The render mode in Edge client that the site is supposed to open in”BrowserSiteHistoryBrowserSiteHistory. withTargetEnvironment(BrowserSiteTargetEnvironment targetEnvironment)Returns an immutable copy ofthiswith just thetargetEnvironmentfield changed. -
Uses of BrowserSiteTargetEnvironment in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as BrowserSiteTargetEnvironment Modifier and Type Field Description protected BrowserSiteTargetEnvironmentBrowserSite. targetEnvironmentMethods in odata.msgraph.client.entity that return types with arguments of type BrowserSiteTargetEnvironment Modifier and Type Method Description Optional<BrowserSiteTargetEnvironment>BrowserSite. getTargetEnvironment()“The target environment that the site should open in.”Methods in odata.msgraph.client.entity with parameters of type BrowserSiteTargetEnvironment Modifier and Type Method Description BrowserSite.BuilderBrowserSite.Builder. targetEnvironment(BrowserSiteTargetEnvironment targetEnvironment)“The target environment that the site should open in.”BrowserSiteBrowserSite. withTargetEnvironment(BrowserSiteTargetEnvironment targetEnvironment)Returns an immutable copy ofthiswith just thetargetEnvironmentfield changed. -
Uses of BrowserSiteTargetEnvironment in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return BrowserSiteTargetEnvironment Modifier and Type Method Description static BrowserSiteTargetEnvironmentBrowserSiteTargetEnvironment. valueOf(String name)Returns the enum constant of this type with the specified name.static BrowserSiteTargetEnvironment[]BrowserSiteTargetEnvironment. values()Returns an array containing the constants of this enum type, in the order they are declared.
-