Uses of Class
odata.msgraph.client.beta.enums.AppleDeploymentChannel
-
Packages that use AppleDeploymentChannel Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of AppleDeploymentChannel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as AppleDeploymentChannel Modifier and Type Field Description protected AppleDeploymentChannelMacOSCustomConfiguration. deploymentChannelMethods in odata.msgraph.client.beta.entity that return types with arguments of type AppleDeploymentChannel Modifier and Type Method Description Optional<AppleDeploymentChannel>MacOSCustomConfiguration. getDeploymentChannel()“Indicates the channel used to deploy the configuration profile.Methods in odata.msgraph.client.beta.entity with parameters of type AppleDeploymentChannel Modifier and Type Method Description MacOSCustomConfiguration.BuilderMacOSCustomConfiguration.Builder. deploymentChannel(AppleDeploymentChannel deploymentChannel)“Indicates the channel used to deploy the configuration profile.MacOSCustomConfigurationMacOSCustomConfiguration. withDeploymentChannel(AppleDeploymentChannel deploymentChannel)Returns an immutable copy ofthiswith just thedeploymentChannelfield changed. -
Uses of AppleDeploymentChannel in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AppleDeploymentChannel Modifier and Type Method Description static AppleDeploymentChannelAppleDeploymentChannel. valueOf(String name)Returns the enum constant of this type with the specified name.static AppleDeploymentChannel[]AppleDeploymentChannel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-