Package com.microsoft.graph.models
Class UserExportDeviceAndAppManagementDataParameterSet
java.lang.Object
com.microsoft.graph.models.UserExportDeviceAndAppManagementDataParameterSet
The class for the User Export Device And App Management Data Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the UserExportDeviceAndAppManagementDataParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new UserExportDeviceAndAppManagementDataParameterSetprotectedUserExportDeviceAndAppManagementDataParameterSet(UserExportDeviceAndAppManagementDataParameterSet.UserExportDeviceAndAppManagementDataParameterSetBuilder builder) Instiaciates a new UserExportDeviceAndAppManagementDataParameterSet -
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
-
Field Details
-
skip
The skip. -
top
The top.
-
-
Constructor Details
-
UserExportDeviceAndAppManagementDataParameterSet
public UserExportDeviceAndAppManagementDataParameterSet()Instiaciates a new UserExportDeviceAndAppManagementDataParameterSet -
UserExportDeviceAndAppManagementDataParameterSet
protected UserExportDeviceAndAppManagementDataParameterSet(@Nonnull UserExportDeviceAndAppManagementDataParameterSet.UserExportDeviceAndAppManagementDataParameterSetBuilder builder) Instiaciates a new UserExportDeviceAndAppManagementDataParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static UserExportDeviceAndAppManagementDataParameterSet.UserExportDeviceAndAppManagementDataParameterSetBuilder 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
-