Class UsersSetPhotoRequest.UsersSetPhotoRequestBuilder
java.lang.Object
com.slack.api.methods.request.users.UsersSetPhotoRequest.UsersSetPhotoRequestBuilder
- Enclosing class:
- UsersSetPhotoRequest
-
Method Details
-
token
Authentication token. Requires scope: `users.profile:write`- Returns:
this
.
-
image
File contents via `multipart/form-data`.- Returns:
this
.
-
imageData
- Returns:
this
.
-
cropX
X coordinate of top-left corner of crop box- Returns:
this
.
-
cropY
Y coordinate of top-left corner of crop box- Returns:
this
.
-
cropW
Width/height of crop box (always square)- Returns:
this
.
-
build
-
toString
-