Package com.microsoft.graph.models
Class ManagedDeviceSyncDeviceParameterSet
java.lang.Object
com.microsoft.graph.models.ManagedDeviceSyncDeviceParameterSet
The class for the Managed Device Sync Device Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the ManagedDeviceSyncDeviceParameterSet -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ManagedDeviceSyncDeviceParameterSetprotected
ManagedDeviceSyncDeviceParameterSet
(ManagedDeviceSyncDeviceParameterSet.ManagedDeviceSyncDeviceParameterSetBuilder builder) Instiaciates a new ManagedDeviceSyncDeviceParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Constructor Details
-
ManagedDeviceSyncDeviceParameterSet
public ManagedDeviceSyncDeviceParameterSet()Instiaciates a new ManagedDeviceSyncDeviceParameterSet -
ManagedDeviceSyncDeviceParameterSet
protected ManagedDeviceSyncDeviceParameterSet(@Nonnull ManagedDeviceSyncDeviceParameterSet.ManagedDeviceSyncDeviceParameterSetBuilder builder) Instiaciates a new ManagedDeviceSyncDeviceParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ManagedDeviceSyncDeviceParameterSet.ManagedDeviceSyncDeviceParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-