public class DeviceManagementExchangeConnectorSyncParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceManagementExchangeConnectorSyncParameterSet.DeviceManagementExchangeConnectorSyncParameterSetBuilder
Fluent builder for the DeviceManagementExchangeConnectorSyncParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
DeviceManagementExchangeConnectorSyncType |
syncType
The sync Type.
|
| Modifier | Constructor and Description |
|---|---|
|
DeviceManagementExchangeConnectorSyncParameterSet()
Instiaciates a new DeviceManagementExchangeConnectorSyncParameterSet
|
protected |
DeviceManagementExchangeConnectorSyncParameterSet(DeviceManagementExchangeConnectorSyncParameterSet.DeviceManagementExchangeConnectorSyncParameterSetBuilder builder)
Instiaciates a new DeviceManagementExchangeConnectorSyncParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static DeviceManagementExchangeConnectorSyncParameterSet.DeviceManagementExchangeConnectorSyncParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="syncType",
alternate="SyncType")
@Expose
@Nullable
public DeviceManagementExchangeConnectorSyncType syncType
public DeviceManagementExchangeConnectorSyncParameterSet()
protected DeviceManagementExchangeConnectorSyncParameterSet(@Nonnull
DeviceManagementExchangeConnectorSyncParameterSet.DeviceManagementExchangeConnectorSyncParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static DeviceManagementExchangeConnectorSyncParameterSet.DeviceManagementExchangeConnectorSyncParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()