Uses of Class
odata.msgraph.client.beta.enums.ApplicationGuardBlockClipboardSharingType
-
Packages that use ApplicationGuardBlockClipboardSharingType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ApplicationGuardBlockClipboardSharingType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ApplicationGuardBlockClipboardSharingType Modifier and Type Field Description protected ApplicationGuardBlockClipboardSharingTypeWindows10EndpointProtectionConfiguration. applicationGuardBlockClipboardSharingMethods in odata.msgraph.client.beta.entity that return types with arguments of type ApplicationGuardBlockClipboardSharingType Modifier and Type Method Description Optional<ApplicationGuardBlockClipboardSharingType>Windows10EndpointProtectionConfiguration. getApplicationGuardBlockClipboardSharing()“Block clipboard to share data from Host to Container, or from Container to Host, or both ways, or neither ways.”Methods in odata.msgraph.client.beta.entity with parameters of type ApplicationGuardBlockClipboardSharingType Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. applicationGuardBlockClipboardSharing(ApplicationGuardBlockClipboardSharingType applicationGuardBlockClipboardSharing)“Block clipboard to share data from Host to Container, or from Container to Host, or both ways, or neither ways.”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withApplicationGuardBlockClipboardSharing(ApplicationGuardBlockClipboardSharingType applicationGuardBlockClipboardSharing)Returns an immutable copy ofthiswith just theapplicationGuardBlockClipboardSharingfield changed. -
Uses of ApplicationGuardBlockClipboardSharingType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ApplicationGuardBlockClipboardSharingType Modifier and Type Method Description static ApplicationGuardBlockClipboardSharingTypeApplicationGuardBlockClipboardSharingType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationGuardBlockClipboardSharingType[]ApplicationGuardBlockClipboardSharingType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-