Uses of Class
odata.msgraph.client.beta.enums.ApplicationGuardBlockFileTransferType
-
Packages that use ApplicationGuardBlockFileTransferType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ApplicationGuardBlockFileTransferType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ApplicationGuardBlockFileTransferType Modifier and Type Field Description protected ApplicationGuardBlockFileTransferTypeWindows10EndpointProtectionConfiguration. applicationGuardBlockFileTransferMethods in odata.msgraph.client.beta.entity that return types with arguments of type ApplicationGuardBlockFileTransferType Modifier and Type Method Description Optional<ApplicationGuardBlockFileTransferType>Windows10EndpointProtectionConfiguration. getApplicationGuardBlockFileTransfer()“Block clipboard to transfer image file, text file or neither of them”Methods in odata.msgraph.client.beta.entity with parameters of type ApplicationGuardBlockFileTransferType Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. applicationGuardBlockFileTransfer(ApplicationGuardBlockFileTransferType applicationGuardBlockFileTransfer)“Block clipboard to transfer image file, text file or neither of them”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withApplicationGuardBlockFileTransfer(ApplicationGuardBlockFileTransferType applicationGuardBlockFileTransfer)Returns an immutable copy ofthiswith just theapplicationGuardBlockFileTransferfield changed. -
Uses of ApplicationGuardBlockFileTransferType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ApplicationGuardBlockFileTransferType Modifier and Type Method Description static ApplicationGuardBlockFileTransferTypeApplicationGuardBlockFileTransferType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationGuardBlockFileTransferType[]ApplicationGuardBlockFileTransferType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-