Class ChangeUserAvatarRequest.Builder
- Object
-
- Builder
-
- Enclosing class:
- ChangeUserAvatarRequest
public static class ChangeUserAvatarRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ChangeUserAvatarRequest
build()
ChangeUserAvatarRequest.Builder
but()
Deprecated.This method will be removed in the future.ChangeUserAvatarRequest.Builder
fileId(@NotNull UUID fileId)
Required. The ID of the file representing to avatar that should be assigned to the user.ChangeUserAvatarRequest.Builder
id(@NotNull UUID id)
Required. The ID of the user the avatar should be changed for.String
toString()
-
-
-
Method Detail
-
but
@Deprecated public ChangeUserAvatarRequest.Builder but()
Deprecated.This method will be removed in the future. Please, useChangeUserAvatarRequest.builder()
Clone method for this Builder.
-
id
public ChangeUserAvatarRequest.Builder id(@NotNull @NotNull UUID id)
Required. The ID of the user the avatar should be changed for.- Returns:
this
.
-
fileId
public ChangeUserAvatarRequest.Builder fileId(@NotNull @NotNull UUID fileId)
Required. The ID of the file representing to avatar that should be assigned to the user.- Returns:
this
.
-
build
public ChangeUserAvatarRequest build()
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-