ImmutableTeamUpdate |
ImmutableTeamUpdate.Builder.build() |
|
static ImmutableTeamUpdate |
ImmutableTeamUpdate.copyOf(TeamUpdate instance) |
|
ImmutableTeamUpdate |
ImmutableTeamUpdate.withDescription(String value) |
Copy the current immutable object by setting a present value for the optional description attribute.
|
ImmutableTeamUpdate |
ImmutableTeamUpdate.withDescription(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the description attribute.
|
ImmutableTeamUpdate |
ImmutableTeamUpdate.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableTeamUpdate |
ImmutableTeamUpdate.withNotificationSetting(String value) |
Copy the current immutable object by setting a present value for the optional notificationSetting attribute.
|
ImmutableTeamUpdate |
ImmutableTeamUpdate.withNotificationSetting(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the notificationSetting attribute.
|
ImmutableTeamUpdate |
ImmutableTeamUpdate.withParentTeamId(int value) |
Copy the current immutable object by setting a present value for the optional parentTeamId attribute.
|
ImmutableTeamUpdate |
ImmutableTeamUpdate.withParentTeamId(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the parentTeamId attribute.
|
ImmutableTeamUpdate |
ImmutableTeamUpdate.withPrivacy(String value) |
Copy the current immutable object by setting a present value for the optional privacy attribute.
|
ImmutableTeamUpdate |
ImmutableTeamUpdate.withPrivacy(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the privacy attribute.
|