static UpdatePackageScopeResponse.Builder |
UpdatePackageScopeResponse.builder() |
|
UpdatePackageScopeResponse.Builder |
UpdatePackageScopeResponse.Builder.operation(String operation) |
The operation that was performed on the package scope.
|
UpdatePackageScopeResponse.Builder |
UpdatePackageScopeResponse.Builder.operation(PackageScopeOperationEnum operation) |
The operation that was performed on the package scope.
|
UpdatePackageScopeResponse.Builder |
UpdatePackageScopeResponse.Builder.packageID(String packageID) |
ID of the package whose scope was updated.
|
UpdatePackageScopeResponse.Builder |
UpdatePackageScopeResponse.Builder.packageUserList(String... packageUserList) |
List of users who have access to the package after the scope update.
|
UpdatePackageScopeResponse.Builder |
UpdatePackageScopeResponse.Builder.packageUserList(Collection<String> packageUserList) |
List of users who have access to the package after the scope update.
|
UpdatePackageScopeResponse.Builder |
UpdatePackageScopeResponse.toBuilder() |
|