| Package | Description |
|---|---|
| com.hubspot.slack.client.models.users |
| Modifier and Type | Method and Description |
|---|---|
static UserProfile.Builder |
UserProfile.builder()
Creates a builder for
UserProfile. |
UserProfile.Builder |
UserProfile.Builder.from(UserProfileIF instance)
Fill a builder with attribute values from the provided
UserProfileIF instance. |
UserProfile.Builder |
UserProfile.Builder.setAvatarHash(Optional<String> avatarHash)
Initializes the optional value
avatarHash to avatarHash. |
UserProfile.Builder |
UserProfile.Builder.setAvatarHash(String avatarHash)
Initializes the optional value
avatarHash to avatarHash. |
UserProfile.Builder |
UserProfile.Builder.setEmail(Optional<String> email)
Initializes the optional value
email to email. |
UserProfile.Builder |
UserProfile.Builder.setEmail(String email)
Initializes the optional value
email to email. |
UserProfile.Builder |
UserProfile.Builder.setImage1024(Optional<String> image1024)
Initializes the optional value
image1024 to image1024. |
UserProfile.Builder |
UserProfile.Builder.setImage1024(String image1024)
Initializes the optional value
image1024 to image1024. |
UserProfile.Builder |
UserProfile.Builder.setImage192(Optional<String> image192)
Initializes the optional value
image192 to image192. |
UserProfile.Builder |
UserProfile.Builder.setImage192(String image192)
Initializes the optional value
image192 to image192. |
UserProfile.Builder |
UserProfile.Builder.setImage24(Optional<String> image24)
Initializes the optional value
image24 to image24. |
UserProfile.Builder |
UserProfile.Builder.setImage24(String image24)
Initializes the optional value
image24 to image24. |
UserProfile.Builder |
UserProfile.Builder.setImage32(Optional<String> image32)
Initializes the optional value
image32 to image32. |
UserProfile.Builder |
UserProfile.Builder.setImage32(String image32)
Initializes the optional value
image32 to image32. |
UserProfile.Builder |
UserProfile.Builder.setImage48(Optional<String> image48)
Initializes the optional value
image48 to image48. |
UserProfile.Builder |
UserProfile.Builder.setImage48(String image48)
Initializes the optional value
image48 to image48. |
UserProfile.Builder |
UserProfile.Builder.setImage512(Optional<String> image512)
Initializes the optional value
image512 to image512. |
UserProfile.Builder |
UserProfile.Builder.setImage512(String image512)
Initializes the optional value
image512 to image512. |
UserProfile.Builder |
UserProfile.Builder.setImage72(Optional<String> image72)
Initializes the optional value
image72 to image72. |
UserProfile.Builder |
UserProfile.Builder.setImage72(String image72)
Initializes the optional value
image72 to image72. |
UserProfile.Builder |
UserProfile.Builder.setImageOriginal(Optional<String> imageOriginal)
Initializes the optional value
imageOriginal to imageOriginal. |
UserProfile.Builder |
UserProfile.Builder.setImageOriginal(String imageOriginal)
Initializes the optional value
imageOriginal to imageOriginal. |
UserProfile.Builder |
UserProfile.Builder.setPhone(Optional<String> phone)
Initializes the optional value
phone to phone. |
UserProfile.Builder |
UserProfile.Builder.setPhone(String phone)
Initializes the optional value
phone to phone. |
UserProfile.Builder |
UserProfile.Builder.setRealName(Optional<String> realName)
Initializes the optional value
realName to realName. |
UserProfile.Builder |
UserProfile.Builder.setRealName(String realName)
Initializes the optional value
realName to realName. |
UserProfile.Builder |
UserProfile.Builder.setRealNameNormalized(Optional<String> realNameNormalized)
Initializes the optional value
realNameNormalized to realNameNormalized. |
UserProfile.Builder |
UserProfile.Builder.setRealNameNormalized(String realNameNormalized)
Initializes the optional value
realNameNormalized to realNameNormalized. |
UserProfile.Builder |
UserProfile.Builder.setSkype(Optional<String> skype)
Initializes the optional value
skype to skype. |
UserProfile.Builder |
UserProfile.Builder.setSkype(String skype)
Initializes the optional value
skype to skype. |
UserProfile.Builder |
UserProfile.Builder.setStatusEmoji(Optional<String> statusEmoji)
Initializes the optional value
statusEmoji to statusEmoji. |
UserProfile.Builder |
UserProfile.Builder.setStatusEmoji(String statusEmoji)
Initializes the optional value
statusEmoji to statusEmoji. |
UserProfile.Builder |
UserProfile.Builder.setStatusText(Optional<String> statusText)
Initializes the optional value
statusText to statusText. |
UserProfile.Builder |
UserProfile.Builder.setStatusText(String statusText)
Initializes the optional value
statusText to statusText. |
UserProfile.Builder |
UserProfile.Builder.setTeamId(Optional<String> teamId)
Initializes the optional value
teamId to teamId. |
UserProfile.Builder |
UserProfile.Builder.setTeamId(String teamId)
Initializes the optional value
teamId to teamId. |
UserProfile.Builder |
UserProfile.Builder.setTitle(Optional<String> title)
Initializes the optional value
title to title. |
UserProfile.Builder |
UserProfile.Builder.setTitle(String title)
Initializes the optional value
title to title. |
UserProfile.Builder |
UserProfile.Builder.setUsername(Optional<String> username)
Initializes the optional value
username to username. |
UserProfile.Builder |
UserProfile.Builder.setUsername(String username)
Initializes the optional value
username to username. |
UserProfile.Builder |
UserProfile.Builder.setUsernameNormalized(Optional<String> usernameNormalized)
Initializes the optional value
usernameNormalized to usernameNormalized. |
UserProfile.Builder |
UserProfile.Builder.setUsernameNormalized(String usernameNormalized)
Initializes the optional value
usernameNormalized to usernameNormalized. |
Copyright © 2019. All rights reserved.