public class TransferOwnedFolderQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TransferOwnedFolderQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
List<String> |
fields
A comma-separated list of attributes to include in the response.
|
Boolean |
notify
Determines if users should receive email notification for the action performed.
|
| Modifier | Constructor and Description |
|---|---|
|
TransferOwnedFolderQueryParams() |
protected |
TransferOwnedFolderQueryParams(TransferOwnedFolderQueryParams.Builder builder) |
public List<String> fields
Be aware that specifying this parameter will have the effect that none of the standard fields are returned in the response unless explicitly specified, instead only fields for the mini representation are returned, additional to the fields requested.
public TransferOwnedFolderQueryParams()
protected TransferOwnedFolderQueryParams(TransferOwnedFolderQueryParams.Builder builder)