Uses of Class
odata.msgraph.client.beta.complex.DeliveryOptimizationGroupIdSource
-
Packages that use DeliveryOptimizationGroupIdSource Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of DeliveryOptimizationGroupIdSource in odata.msgraph.client.beta.complex
Subclasses of DeliveryOptimizationGroupIdSource in odata.msgraph.client.beta.complex Modifier and Type Class Description classDeliveryOptimizationGroupIdCustom“Custom group id type”classDeliveryOptimizationGroupIdSourceOptions“Group id options type”Methods in odata.msgraph.client.beta.complex that return DeliveryOptimizationGroupIdSource Modifier and Type Method Description DeliveryOptimizationGroupIdSourceDeliveryOptimizationGroupIdSource. withUnmappedField(String name, String value) -
Uses of DeliveryOptimizationGroupIdSource in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeliveryOptimizationGroupIdSource Modifier and Type Field Description protected DeliveryOptimizationGroupIdSourceWindowsDeliveryOptimizationConfiguration. groupIdSourceMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeliveryOptimizationGroupIdSource Modifier and Type Method Description Optional<DeliveryOptimizationGroupIdSource>WindowsDeliveryOptimizationConfiguration. getGroupIdSource()“The options set in this policy only apply to Delivery Optimization mode Group (2 ) download mode.Methods in odata.msgraph.client.beta.entity with parameters of type DeliveryOptimizationGroupIdSource Modifier and Type Method Description WindowsDeliveryOptimizationConfiguration.BuilderWindowsDeliveryOptimizationConfiguration.Builder. groupIdSource(DeliveryOptimizationGroupIdSource groupIdSource)“The options set in this policy only apply to Delivery Optimization mode Group (2 ) download mode.WindowsDeliveryOptimizationConfigurationWindowsDeliveryOptimizationConfiguration. withGroupIdSource(DeliveryOptimizationGroupIdSource groupIdSource)Returns an immutable copy ofthiswith just thegroupIdSourcefield changed.
-