类的使用
com.baidubce.model.User
-
使用User的程序包 程序包 说明 com.baidubce.model com.baidubce.services.bos com.baidubce.services.bos.model -
-
com.baidubce.model中User的使用
返回User的com.baidubce.model中的方法 修饰符和类型 方法 说明 UserUser. withDisplayName(String displayName)Sets the display name of the user.UserUser. withId(String id)Sets the ID of the user. -
com.baidubce.services.bos中User的使用
返回User的com.baidubce.services.bos中的方法 修饰符和类型 方法 说明 UserBosClient. getBosAccountOwner()Gets the current owner of the Bos account that the authenticated sender of the request is using.UserBosClient. getBosAccountOwner(GetBosAccountOwnerRequest request)Gets the current owner of the Bos account that the authenticated sender of the request is using. -
com.baidubce.services.bos.model中User的使用
声明为User的com.baidubce.services.bos.model中的字段 修饰符和类型 字段 说明 protected UserBosObjectSummary. ownerThe user of this object - can be null if the requester doesn't have permission to view object ownership information.返回User的com.baidubce.services.bos.model中的方法 修饰符和类型 方法 说明 UserBosObjectSummary. getOwner()Gets the owner of this object.UserListBucketsResponse. getOwner()UserListPartsResponse. getOwner()Returns details on the user who owns the associated multipart upload.UserMultipartUploadSummary. getOwner()Returns the owner of this multipart upload.参数类型为User的com.baidubce.services.bos.model中的方法 修饰符和类型 方法 说明 voidBosObjectSummary. setOwner(User owner)Sets the owner of this object.voidListBucketsResponse. setOwner(User owner)voidListPartsResponse. setOwner(User owner)Sets the user who owns the associated multipart upload.voidMultipartUploadSummary. setOwner(User owner)Sets the owner of this multipart upload.
-