Package com.microsoft.graph.models
Class DeviceManagementExchangeConnectorSyncParameterSet.DeviceManagementExchangeConnectorSyncParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DeviceManagementExchangeConnectorSyncParameterSet.DeviceManagementExchangeConnectorSyncParameterSetBuilder
- Enclosing class:
DeviceManagementExchangeConnectorSyncParameterSet
public static final class DeviceManagementExchangeConnectorSyncParameterSet.DeviceManagementExchangeConnectorSyncParameterSetBuilder
extends Object
Fluent builder for the DeviceManagementExchangeConnectorSyncParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe syncType parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new DeviceManagementExchangeConnectorSyncParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the SyncType
-
Field Details
-
syncType
The syncType parameter value
-
-
Constructor Details
-
DeviceManagementExchangeConnectorSyncParameterSetBuilder
@Nullable protected DeviceManagementExchangeConnectorSyncParameterSetBuilder()Instanciates a new DeviceManagementExchangeConnectorSyncParameterSetBuilder
-
-
Method Details
-
withSyncType
@Nonnull public DeviceManagementExchangeConnectorSyncParameterSet.DeviceManagementExchangeConnectorSyncParameterSetBuilder withSyncType(@Nullable DeviceManagementExchangeConnectorSyncType val) Sets the SyncType- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-