All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
Description |
A |
addAllToActions(Collection<SlackAction> items) |
|
A |
addAllToFields(Collection<SlackField> items) |
|
A |
addAllToMrkdwnIn(Collection<String> items) |
|
SlackConfigFluent.ActionsNested<A> |
addNewAction() |
|
SlackConfigFluent.ActionsNested<A> |
addNewActionLike(SlackAction item) |
|
SlackConfigFluent.FieldsNested<A> |
addNewField() |
|
A |
addNewField(Boolean _short,
String title,
String value) |
|
SlackConfigFluent.FieldsNested<A> |
addNewFieldLike(SlackField item) |
|
A |
addToActions(int index,
SlackAction item) |
|
A |
addToActions(SlackAction... items) |
|
A |
addToAdditionalProperties(String key,
Object value) |
|
A |
addToAdditionalProperties(Map<String,Object> map) |
|
A |
addToFields(int index,
SlackField item) |
|
A |
addToFields(SlackField... items) |
|
A |
addToMrkdwnIn(int index,
String item) |
|
A |
addToMrkdwnIn(String... items) |
|
SlackAction |
buildAction(int index) |
|
List<SlackAction> |
buildActions() |
|
SecretKeySelector |
buildApiURL() |
|
SlackField |
buildField(int index) |
|
List<SlackField> |
buildFields() |
|
SlackAction |
buildFirstAction() |
|
SlackField |
buildFirstField() |
|
HTTPConfig |
buildHttpConfig() |
|
SlackAction |
buildLastAction() |
|
SlackField |
buildLastField() |
|
SlackAction |
buildMatchingAction(Predicate<SlackActionBuilder> predicate) |
|
SlackField |
buildMatchingField(Predicate<SlackFieldBuilder> predicate) |
|
protected void |
copyInstance(SlackConfig instance) |
|
SlackConfigFluent.ActionsNested<A> |
editAction(int index) |
|
SlackConfigFluent.ApiURLNested<A> |
editApiURL() |
|
SlackConfigFluent.FieldsNested<A> |
editField(int index) |
|
SlackConfigFluent.ActionsNested<A> |
editFirstAction() |
|
SlackConfigFluent.FieldsNested<A> |
editFirstField() |
|
SlackConfigFluent.HttpConfigNested<A> |
editHttpConfig() |
|
SlackConfigFluent.ActionsNested<A> |
editLastAction() |
|
SlackConfigFluent.FieldsNested<A> |
editLastField() |
|
SlackConfigFluent.ActionsNested<A> |
editMatchingAction(Predicate<SlackActionBuilder> predicate) |
|
SlackConfigFluent.FieldsNested<A> |
editMatchingField(Predicate<SlackFieldBuilder> predicate) |
|
SlackConfigFluent.ApiURLNested<A> |
editOrNewApiURL() |
|
SlackConfigFluent.ApiURLNested<A> |
editOrNewApiURLLike(SecretKeySelector item) |
|
SlackConfigFluent.HttpConfigNested<A> |
editOrNewHttpConfig() |
|
SlackConfigFluent.HttpConfigNested<A> |
editOrNewHttpConfigLike(HTTPConfig item) |
|
boolean |
equals(Object o) |
|
Map<String,Object> |
getAdditionalProperties() |
|
String |
getCallbackId() |
|
String |
getChannel() |
|
String |
getColor() |
|
String |
getFallback() |
|
String |
getFirstMrkdwnIn() |
|
String |
getFooter() |
|
String |
getIconEmoji() |
|
String |
getIconURL() |
|
String |
getImageURL() |
|
String |
getLastMrkdwnIn() |
|
Boolean |
getLinkNames() |
|
String |
getMatchingMrkdwnIn(Predicate<String> predicate) |
|
List<String> |
getMrkdwnIn() |
|
String |
getMrkdwnIn(int index) |
|
String |
getPretext() |
|
Boolean |
getSendResolved() |
|
Boolean |
getShortFields() |
|
String |
getText() |
|
String |
getThumbURL() |
|
String |
getTitle() |
|
String |
getTitleLink() |
|
String |
getUsername() |
|
boolean |
hasActions() |
|
boolean |
hasAdditionalProperties() |
|
boolean |
hasApiURL() |
|
boolean |
hasCallbackId() |
|
boolean |
hasChannel() |
|
boolean |
hasColor() |
|
boolean |
hasFallback() |
|
boolean |
hasFields() |
|
boolean |
hasFooter() |
|
int |
hashCode() |
|
boolean |
hasHttpConfig() |
|
boolean |
hasIconEmoji() |
|
boolean |
hasIconURL() |
|
boolean |
hasImageURL() |
|
boolean |
hasLinkNames() |
|
boolean |
hasMatchingAction(Predicate<SlackActionBuilder> predicate) |
|
boolean |
hasMatchingField(Predicate<SlackFieldBuilder> predicate) |
|
boolean |
hasMatchingMrkdwnIn(Predicate<String> predicate) |
|
boolean |
hasMrkdwnIn() |
|
boolean |
hasPretext() |
|
boolean |
hasSendResolved() |
|
boolean |
hasShortFields() |
|
boolean |
hasText() |
|
boolean |
hasThumbURL() |
|
boolean |
hasTitle() |
|
boolean |
hasTitleLink() |
|
boolean |
hasUsername() |
|
A |
removeAllFromActions(Collection<SlackAction> items) |
|
A |
removeAllFromFields(Collection<SlackField> items) |
|
A |
removeAllFromMrkdwnIn(Collection<String> items) |
|
A |
removeFromActions(SlackAction... items) |
|
A |
removeFromAdditionalProperties(String key) |
|
A |
removeFromAdditionalProperties(Map<String,Object> map) |
|
A |
removeFromFields(SlackField... items) |
|
A |
removeFromMrkdwnIn(String... items) |
|
A |
removeMatchingFromActions(Predicate<SlackActionBuilder> predicate) |
|
A |
removeMatchingFromFields(Predicate<SlackFieldBuilder> predicate) |
|
SlackConfigFluent.ActionsNested<A> |
setNewActionLike(int index,
SlackAction item) |
|
SlackConfigFluent.FieldsNested<A> |
setNewFieldLike(int index,
SlackField item) |
|
A |
setToActions(int index,
SlackAction item) |
|
A |
setToFields(int index,
SlackField item) |
|
A |
setToMrkdwnIn(int index,
String item) |
|
String |
toString() |
|
A |
withActions(SlackAction... actions) |
|
A |
withActions(List<SlackAction> actions) |
|
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
|
A |
withApiURL(SecretKeySelector apiURL) |
|
A |
withCallbackId(String callbackId) |
|
A |
withChannel(String channel) |
|
A |
withColor(String color) |
|
A |
withFallback(String fallback) |
|
A |
withFields(SlackField... fields) |
|
A |
withFields(List<SlackField> fields) |
|
A |
withFooter(String footer) |
|
A |
withHttpConfig(HTTPConfig httpConfig) |
|
A |
withIconEmoji(String iconEmoji) |
|
A |
withIconURL(String iconURL) |
|
A |
withImageURL(String imageURL) |
|
A |
withLinkNames() |
|
A |
withLinkNames(Boolean linkNames) |
|
A |
withMrkdwnIn(String... mrkdwnIn) |
|
A |
withMrkdwnIn(List<String> mrkdwnIn) |
|
SlackConfigFluent.ApiURLNested<A> |
withNewApiURL() |
|
A |
withNewApiURL(String key,
String name) |
|
SlackConfigFluent.ApiURLNested<A> |
withNewApiURLLike(SecretKeySelector item) |
|
SlackConfigFluent.HttpConfigNested<A> |
withNewHttpConfig() |
|
SlackConfigFluent.HttpConfigNested<A> |
withNewHttpConfigLike(HTTPConfig item) |
|
A |
withPretext(String pretext) |
|
A |
withSendResolved() |
|
A |
withSendResolved(Boolean sendResolved) |
|
A |
withShortFields() |
|
A |
withShortFields(Boolean shortFields) |
|
A |
withText(String text) |
|
A |
withThumbURL(String thumbURL) |
|
A |
withTitle(String title) |
|
A |
withTitleLink(String titleLink) |
|
A |
withUsername(String username) |
|