| Package | Description |
|---|---|
| com.hubspot.slack.client.models.users |
| Modifier and Type | Method and Description |
|---|---|
UserProfile |
UserProfile.Builder.build()
Builds a new
UserProfile. |
static UserProfile |
UserProfile.copyOf(UserProfileIF instance)
Creates an immutable copy of a
UserProfileIF value. |
UserProfile |
UserProfile.withAvatarHash(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
avatarHash attribute. |
UserProfile |
UserProfile.withAvatarHash(String value)
Copy the current immutable object by setting a present value for the optional
avatarHash attribute. |
UserProfile |
UserProfile.withEmail(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
email attribute. |
UserProfile |
UserProfile.withEmail(String value)
Copy the current immutable object by setting a present value for the optional
email attribute. |
UserProfile |
UserProfile.withImage1024(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
image1024 attribute. |
UserProfile |
UserProfile.withImage1024(String value)
Copy the current immutable object by setting a present value for the optional
image1024 attribute. |
UserProfile |
UserProfile.withImage192(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
image192 attribute. |
UserProfile |
UserProfile.withImage192(String value)
Copy the current immutable object by setting a present value for the optional
image192 attribute. |
UserProfile |
UserProfile.withImage24(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
image24 attribute. |
UserProfile |
UserProfile.withImage24(String value)
Copy the current immutable object by setting a present value for the optional
image24 attribute. |
UserProfile |
UserProfile.withImage32(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
image32 attribute. |
UserProfile |
UserProfile.withImage32(String value)
Copy the current immutable object by setting a present value for the optional
image32 attribute. |
UserProfile |
UserProfile.withImage48(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
image48 attribute. |
UserProfile |
UserProfile.withImage48(String value)
Copy the current immutable object by setting a present value for the optional
image48 attribute. |
UserProfile |
UserProfile.withImage512(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
image512 attribute. |
UserProfile |
UserProfile.withImage512(String value)
Copy the current immutable object by setting a present value for the optional
image512 attribute. |
UserProfile |
UserProfile.withImage72(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
image72 attribute. |
UserProfile |
UserProfile.withImage72(String value)
Copy the current immutable object by setting a present value for the optional
image72 attribute. |
UserProfile |
UserProfile.withImageOriginal(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
imageOriginal attribute. |
UserProfile |
UserProfile.withImageOriginal(String value)
Copy the current immutable object by setting a present value for the optional
imageOriginal attribute. |
UserProfile |
UserProfile.withPhone(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
phone attribute. |
UserProfile |
UserProfile.withPhone(String value)
Copy the current immutable object by setting a present value for the optional
phone attribute. |
UserProfile |
UserProfile.withRealName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
realName attribute. |
UserProfile |
UserProfile.withRealName(String value)
Copy the current immutable object by setting a present value for the optional
realName attribute. |
UserProfile |
UserProfile.withRealNameNormalized(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
realNameNormalized attribute. |
UserProfile |
UserProfile.withRealNameNormalized(String value)
Copy the current immutable object by setting a present value for the optional
realNameNormalized attribute. |
UserProfile |
UserProfile.withSkype(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
skype attribute. |
UserProfile |
UserProfile.withSkype(String value)
Copy the current immutable object by setting a present value for the optional
skype attribute. |
UserProfile |
UserProfile.withStatusEmoji(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
statusEmoji attribute. |
UserProfile |
UserProfile.withStatusEmoji(String value)
Copy the current immutable object by setting a present value for the optional
statusEmoji attribute. |
UserProfile |
UserProfile.withStatusText(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
statusText attribute. |
UserProfile |
UserProfile.withStatusText(String value)
Copy the current immutable object by setting a present value for the optional
statusText attribute. |
UserProfile |
UserProfile.withTeamId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
teamId attribute. |
UserProfile |
UserProfile.withTeamId(String value)
Copy the current immutable object by setting a present value for the optional
teamId attribute. |
UserProfile |
UserProfile.withTitle(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
title attribute. |
UserProfile |
UserProfile.withTitle(String value)
Copy the current immutable object by setting a present value for the optional
title attribute. |
UserProfile |
UserProfile.withUsername(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
username attribute. |
UserProfile |
UserProfile.withUsername(String value)
Copy the current immutable object by setting a present value for the optional
username attribute. |
UserProfile |
UserProfile.withUsernameNormalized(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
usernameNormalized attribute. |
UserProfile |
UserProfile.withUsernameNormalized(String value)
Copy the current immutable object by setting a present value for the optional
usernameNormalized attribute. |
| Modifier and Type | Method and Description |
|---|---|
Optional<UserProfile> |
SlackUser.getProfile() |
Optional<UserProfile> |
SlackUserIF.getProfile() |
| Modifier and Type | Method and Description |
|---|---|
SlackUser.Builder |
SlackUser.Builder.setProfile(UserProfile profile)
Initializes the optional value
profile to profile. |
SlackUser |
SlackUser.withProfile(UserProfile value)
Copy the current immutable object by setting a present value for the optional
profile attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackUser.Builder |
SlackUser.Builder.setProfile(Optional<UserProfile> profile)
Initializes the optional value
profile to profile. |
SlackUser |
SlackUser.withProfile(Optional<UserProfile> optional)
Copy the current immutable object by setting an optional value for the
profile attribute. |
Copyright © 2019. All rights reserved.