@Value.Immutable
public interface SlackUsergroupIF
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getAutoType() |
Optional<String> |
getCreatedBy() |
int |
getDateCreatedEpochSeconds() |
int |
getDateDeletedEpochSeconds() |
int |
getDateUpdatedEpochSeconds() |
Optional<String> |
getDeletedBy() |
Optional<String> |
getDescription() |
String |
getHandle() |
String |
getId() |
String |
getName() |
UsergroupPreferences |
getPreferences() |
String |
getTeamId() |
Optional<String> |
getUpdatedBy() |
Optional<Integer> |
getUserCount() |
List<String> |
getUserIdsInGroup() |
default boolean |
isDeleted() |
boolean |
isExternal() |
boolean |
isUsergroup() |
String getId()
String getTeamId()
boolean isUsergroup()
String getName()
String getHandle()
boolean isExternal()
int getDateCreatedEpochSeconds()
int getDateUpdatedEpochSeconds()
int getDateDeletedEpochSeconds()
@Value.Derived default boolean isDeleted()
UsergroupPreferences getPreferences()
Copyright © 2019. All rights reserved.