| Package | Description |
|---|---|
| com.baidubce.model | |
| com.baidubce.services.bos | |
| com.baidubce.services.bos.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.withDisplayName(String displayName)
Sets the display name of the user.
|
User |
User.withId(String id)
Sets the ID of the user.
|
| Modifier and Type | Method and Description |
|---|---|
User |
BosClient.getBosAccountOwner()
Gets the current owner of the Bos account that the authenticated sender of the request is using.
|
User |
BosClient.getBosAccountOwner(GetBosAccountOwnerRequest request)
Gets the current owner of the Bos account that the authenticated sender of the request is using.
|
| Modifier and Type | Field and Description |
|---|---|
protected User |
BosObjectSummary.owner
The user of this object - can be null if the requester doesn't have permission to view object ownership information.
|
| Modifier and Type | Method and Description |
|---|---|
User |
ListPartsResponse.getOwner()
Returns details on the user who owns the associated multipart
upload.
|
User |
MultipartUploadSummary.getOwner()
Returns the owner of this multipart upload.
|
User |
BosObjectSummary.getOwner()
Gets the owner of this object.
|
User |
ListBucketsResponse.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPartsResponse.setOwner(User owner)
Sets the user who owns the associated multipart upload.
|
void |
MultipartUploadSummary.setOwner(User owner)
Sets the owner of this multipart upload.
|
void |
BosObjectSummary.setOwner(User owner)
Sets the owner of this object.
|
void |
ListBucketsResponse.setOwner(User owner) |
Copyright © 2024. All rights reserved.