public static class MigrationExchangeRequest.MigrationExchangeRequestBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
MigrationExchangeRequest |
build() |
MigrationExchangeRequest.MigrationExchangeRequestBuilder |
token(String token)
Authentication token.
|
MigrationExchangeRequest.MigrationExchangeRequestBuilder |
toOld(boolean toOld)
Specify `true` to convert `W` global user IDs to workspace-specific `U` IDs.
|
String |
toString() |
MigrationExchangeRequest.MigrationExchangeRequestBuilder |
users(List<String> users)
A comma-separated list of user ids, up to 400 per request
|
public MigrationExchangeRequest.MigrationExchangeRequestBuilder token(String token)
public MigrationExchangeRequest.MigrationExchangeRequestBuilder toOld(boolean toOld)
public MigrationExchangeRequest.MigrationExchangeRequestBuilder users(List<String> users)
public MigrationExchangeRequest build()
Copyright © 2020. All rights reserved.