Package com.microsoft.graph.models
Class UserExportPersonalDataParameterSet.UserExportPersonalDataParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.UserExportPersonalDataParameterSet.UserExportPersonalDataParameterSetBuilder
- Enclosing class:
UserExportPersonalDataParameterSet
public static final class UserExportPersonalDataParameterSet.UserExportPersonalDataParameterSetBuilder
extends Object
Fluent builder for the UserExportPersonalDataParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new UserExportPersonalDataParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the StorageLocation
-
Field Details
-
storageLocation
The storageLocation parameter value
-
-
Constructor Details
-
UserExportPersonalDataParameterSetBuilder
@Nullable protected UserExportPersonalDataParameterSetBuilder()Instanciates a new UserExportPersonalDataParameterSetBuilder
-
-
Method Details
-
withStorageLocation
@Nonnull public UserExportPersonalDataParameterSet.UserExportPersonalDataParameterSetBuilder withStorageLocation(@Nullable String val) Sets the StorageLocation- 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
-