public static class WorkspaceStorageHubClientService.WorkspaceStorageHubClientServiceBuilder extends Object
| Constructor and Description |
|---|
WorkspaceStorageHubClientServiceBuilder(StorageHubClientService storageHubClientService)
Instantiates a new workspace storage hub client service builder.
|
WorkspaceStorageHubClientServiceBuilder(StorageHubClientService storageHubClientService,
boolean withAccounting,
boolean withFileDetails,
boolean withMapProperties)
Instantiates a new workspace storage hub client service builder.
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceStorageHubClientService |
build()
Builds the WorkspaceStorageHubClientService.
|
WorkspaceStorageHubClientService.WorkspaceStorageHubClientServiceBuilder |
withAccounting(boolean withAccounting)
Sets the with accounting.
|
WorkspaceStorageHubClientService.WorkspaceStorageHubClientServiceBuilder |
withFileDetails(boolean withFileDetails)
Sets the with file details.
|
WorkspaceStorageHubClientService.WorkspaceStorageHubClientServiceBuilder |
withMapProperties(boolean withMapProperties)
Sets the with map properties.
|
public WorkspaceStorageHubClientServiceBuilder(StorageHubClientService storageHubClientService, boolean withAccounting, boolean withFileDetails, boolean withMapProperties)
storageHubClientService - the storage hub client servicewithAccounting - the with accountingwithFileDetails - the with file detailswithMapProperties - the with map propertiespublic WorkspaceStorageHubClientServiceBuilder(StorageHubClientService storageHubClientService)
storageHubClientService - the storage hub client servicepublic WorkspaceStorageHubClientService.WorkspaceStorageHubClientServiceBuilder withAccounting(boolean withAccounting)
withAccounting - the withAccounting to setpublic WorkspaceStorageHubClientService.WorkspaceStorageHubClientServiceBuilder withFileDetails(boolean withFileDetails)
withFileDetails - the withFileDetails to setpublic WorkspaceStorageHubClientService.WorkspaceStorageHubClientServiceBuilder withMapProperties(boolean withMapProperties)
withMapProperties - the withMapProperties to setpublic WorkspaceStorageHubClientService build()
Copyright © 2018. All Rights Reserved.