| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events.user | |
| com.hubspot.slack.client.models.response.users | |
| com.hubspot.slack.client.models.users |
| Modifier and Type | Method and Description |
|---|---|
SlackUser |
SlackUserChangeEvent.getUser() |
SlackUser |
SlackUserChangeEventIF.getUser() |
| Modifier and Type | Method and Description |
|---|---|
SlackUserChangeEvent.Builder |
SlackUserChangeEvent.Builder.setUser(SlackUser user)
Initializes the value for the
user attribute. |
SlackUserChangeEvent |
SlackUserChangeEvent.withUser(SlackUser user)
Copy the current immutable object by setting a value for the
user attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackUser |
UsersInfoResponse.getUser() |
SlackUser |
UsersInfoResponseIF.getUser() |
| Modifier and Type | Method and Description |
|---|---|
List<SlackUser> |
UsersListResponse.getMembers() |
List<SlackUser> |
UsersListResponseIF.getMembers() |
| Modifier and Type | Method and Description |
|---|---|
UsersListResponse.Builder |
UsersListResponse.Builder.addMembers(SlackUser... elements)
Adds elements to
members list. |
UsersListResponse.Builder |
UsersListResponse.Builder.addMembers(SlackUser element)
Adds one element to
members list. |
UsersInfoResponse.Builder |
UsersInfoResponse.Builder.setUser(SlackUser user)
Initializes the value for the
user attribute. |
UsersListResponse |
UsersListResponse.withMembers(SlackUser... elements)
Copy the current immutable object with elements that replace the content of
members. |
UsersInfoResponse |
UsersInfoResponse.withUser(SlackUser user)
Copy the current immutable object by setting a value for the
user attribute. |
| Modifier and Type | Method and Description |
|---|---|
UsersListResponse.Builder |
UsersListResponse.Builder.addAllMembers(Iterable<? extends SlackUser> elements)
Adds elements to
members list. |
UsersListResponse.Builder |
UsersListResponse.Builder.setMembers(Iterable<? extends SlackUser> elements)
Sets or replaces all elements for
members list. |
UsersListResponse |
UsersListResponse.withMembers(Iterable<? extends SlackUser> elements)
Copy the current immutable object with elements that replace the content of
members. |
| Modifier and Type | Method and Description |
|---|---|
SlackUser |
SlackUser.Builder.build()
Builds a new
SlackUser. |
static SlackUser |
SlackUser.copyOf(SlackUserIF instance)
Creates an immutable copy of a
SlackUserIF value. |
SlackUser |
SlackUser.withAdmin(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
admin attribute. |
SlackUser |
SlackUser.withAdmin(String value)
Copy the current immutable object by setting a present value for the optional
admin attribute. |
SlackUser |
SlackUser.withAppUser(Boolean value)
Copy the current immutable object by setting a present value for the optional
appUser attribute. |
SlackUser |
SlackUser.withAppUser(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
appUser attribute. |
SlackUser |
SlackUser.withBot(Boolean value)
Copy the current immutable object by setting a present value for the optional
bot attribute. |
SlackUser |
SlackUser.withBot(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
bot attribute. |
SlackUser |
SlackUser.withColor(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
color attribute. |
SlackUser |
SlackUser.withColor(String value)
Copy the current immutable object by setting a present value for the optional
color attribute. |
SlackUser |
SlackUser.withDeleted(Boolean value)
Copy the current immutable object by setting a present value for the optional
deleted attribute. |
SlackUser |
SlackUser.withDeleted(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
deleted attribute. |
SlackUser |
SlackUser.withId(String id)
Copy the current immutable object by setting a value for the
id attribute. |
SlackUser |
SlackUser.withLocale(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
locale attribute. |
SlackUser |
SlackUser.withLocale(String value)
Copy the current immutable object by setting a present value for the optional
locale attribute. |
SlackUser |
SlackUser.withOwner(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
owner attribute. |
SlackUser |
SlackUser.withOwner(String value)
Copy the current immutable object by setting a present value for the optional
owner attribute. |
SlackUser |
SlackUser.withPrimaryOwner(Boolean value)
Copy the current immutable object by setting a present value for the optional
primaryOwner attribute. |
SlackUser |
SlackUser.withPrimaryOwner(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
primaryOwner attribute. |
SlackUser |
SlackUser.withProfile(Optional<UserProfile> optional)
Copy the current immutable object by setting an optional value for the
profile attribute. |
SlackUser |
SlackUser.withProfile(UserProfile value)
Copy the current immutable object by setting a present value for the optional
profile attribute. |
SlackUser |
SlackUser.withRawUpdated(Integer value)
Copy the current immutable object by setting a present value for the optional
rawUpdated attribute. |
SlackUser |
SlackUser.withRawUpdated(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
rawUpdated attribute. |
SlackUser |
SlackUser.withRealName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
realName attribute. |
SlackUser |
SlackUser.withRealName(String value)
Copy the current immutable object by setting a present value for the optional
realName attribute. |
SlackUser |
SlackUser.withRestricted(Boolean value)
Copy the current immutable object by setting a present value for the optional
restricted attribute. |
SlackUser |
SlackUser.withRestricted(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
restricted attribute. |
SlackUser |
SlackUser.withTeamId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
teamId attribute. |
SlackUser |
SlackUser.withTeamId(String value)
Copy the current immutable object by setting a present value for the optional
teamId attribute. |
SlackUser |
SlackUser.withTimezone(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
timezone attribute. |
SlackUser |
SlackUser.withTimezone(String value)
Copy the current immutable object by setting a present value for the optional
timezone attribute. |
SlackUser |
SlackUser.withTimezoneLabel(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
timezoneLabel attribute. |
SlackUser |
SlackUser.withTimezoneLabel(String value)
Copy the current immutable object by setting a present value for the optional
timezoneLabel attribute. |
SlackUser |
SlackUser.withTimezoneOffset(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
timezoneOffset attribute. |
SlackUser |
SlackUser.withTimezoneOffset(String value)
Copy the current immutable object by setting a present value for the optional
timezoneOffset attribute. |
SlackUser |
SlackUser.withUltraRestricted(Boolean value)
Copy the current immutable object by setting a present value for the optional
ultraRestricted attribute. |
SlackUser |
SlackUser.withUltraRestricted(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
ultraRestricted attribute. |
SlackUser |
SlackUser.withUsername(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
username attribute. |
SlackUser |
SlackUser.withUsername(String value)
Copy the current immutable object by setting a present value for the optional
username attribute. |
Copyright © 2019. All rights reserved.