All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
Description |
A |
addAllToActions(Collection<RocketChatActionConfig> items) |
|
A |
addAllToFields(Collection<RocketChatFieldConfig> items) |
|
RocketChatConfigFluent.ActionsNested<A> |
addNewAction() |
|
A |
addNewAction(String msg,
String text,
String url) |
|
RocketChatConfigFluent.ActionsNested<A> |
addNewActionLike(RocketChatActionConfig item) |
|
RocketChatConfigFluent.FieldsNested<A> |
addNewField() |
|
A |
addNewField(Boolean _short,
String title,
String value) |
|
RocketChatConfigFluent.FieldsNested<A> |
addNewFieldLike(RocketChatFieldConfig item) |
|
A |
addToActions(int index,
RocketChatActionConfig item) |
|
A |
addToActions(RocketChatActionConfig... items) |
|
A |
addToAdditionalProperties(String key,
Object value) |
|
A |
addToAdditionalProperties(Map<String,Object> map) |
|
A |
addToFields(int index,
RocketChatFieldConfig item) |
|
A |
addToFields(RocketChatFieldConfig... items) |
|
RocketChatActionConfig |
buildAction(int index) |
|
List<RocketChatActionConfig> |
buildActions() |
|
RocketChatFieldConfig |
buildField(int index) |
|
List<RocketChatFieldConfig> |
buildFields() |
|
RocketChatActionConfig |
buildFirstAction() |
|
RocketChatFieldConfig |
buildFirstField() |
|
HTTPConfig |
buildHttpConfig() |
|
RocketChatActionConfig |
buildLastAction() |
|
RocketChatFieldConfig |
buildLastField() |
|
RocketChatActionConfig |
buildMatchingAction(Predicate<RocketChatActionConfigBuilder> predicate) |
|
RocketChatFieldConfig |
buildMatchingField(Predicate<RocketChatFieldConfigBuilder> predicate) |
|
protected void |
copyInstance(RocketChatConfig instance) |
|
RocketChatConfigFluent.ActionsNested<A> |
editAction(int index) |
|
RocketChatConfigFluent.FieldsNested<A> |
editField(int index) |
|
RocketChatConfigFluent.ActionsNested<A> |
editFirstAction() |
|
RocketChatConfigFluent.FieldsNested<A> |
editFirstField() |
|
RocketChatConfigFluent.HttpConfigNested<A> |
editHttpConfig() |
|
RocketChatConfigFluent.ActionsNested<A> |
editLastAction() |
|
RocketChatConfigFluent.FieldsNested<A> |
editLastField() |
|
RocketChatConfigFluent.ActionsNested<A> |
editMatchingAction(Predicate<RocketChatActionConfigBuilder> predicate) |
|
RocketChatConfigFluent.FieldsNested<A> |
editMatchingField(Predicate<RocketChatFieldConfigBuilder> predicate) |
|
RocketChatConfigFluent.HttpConfigNested<A> |
editOrNewHttpConfig() |
|
RocketChatConfigFluent.HttpConfigNested<A> |
editOrNewHttpConfigLike(HTTPConfig item) |
|
boolean |
equals(Object o) |
|
Map<String,Object> |
getAdditionalProperties() |
|
String |
getApiURL() |
|
String |
getChannel() |
|
String |
getColor() |
|
String |
getEmoji() |
|
String |
getIconURL() |
|
String |
getImageURL() |
|
Boolean |
getLinkNames() |
|
Boolean |
getSendResolved() |
|
Boolean |
getShortFields() |
|
String |
getText() |
|
String |
getThumbURL() |
|
String |
getTitle() |
|
String |
getTitleLink() |
|
io.fabric8.kubernetes.api.model.SecretKeySelector |
getToken() |
|
io.fabric8.kubernetes.api.model.SecretKeySelector |
getTokenID() |
|
boolean |
hasActions() |
|
boolean |
hasAdditionalProperties() |
|
boolean |
hasApiURL() |
|
boolean |
hasChannel() |
|
boolean |
hasColor() |
|
boolean |
hasEmoji() |
|
boolean |
hasFields() |
|
int |
hashCode() |
|
boolean |
hasHttpConfig() |
|
boolean |
hasIconURL() |
|
boolean |
hasImageURL() |
|
boolean |
hasLinkNames() |
|
boolean |
hasMatchingAction(Predicate<RocketChatActionConfigBuilder> predicate) |
|
boolean |
hasMatchingField(Predicate<RocketChatFieldConfigBuilder> predicate) |
|
boolean |
hasSendResolved() |
|
boolean |
hasShortFields() |
|
boolean |
hasText() |
|
boolean |
hasThumbURL() |
|
boolean |
hasTitle() |
|
boolean |
hasTitleLink() |
|
boolean |
hasToken() |
|
boolean |
hasTokenID() |
|
A |
removeAllFromActions(Collection<RocketChatActionConfig> items) |
|
A |
removeAllFromFields(Collection<RocketChatFieldConfig> items) |
|
A |
removeFromActions(RocketChatActionConfig... items) |
|
A |
removeFromAdditionalProperties(String key) |
|
A |
removeFromAdditionalProperties(Map<String,Object> map) |
|
A |
removeFromFields(RocketChatFieldConfig... items) |
|
A |
removeMatchingFromActions(Predicate<RocketChatActionConfigBuilder> predicate) |
|
A |
removeMatchingFromFields(Predicate<RocketChatFieldConfigBuilder> predicate) |
|
RocketChatConfigFluent.ActionsNested<A> |
setNewActionLike(int index,
RocketChatActionConfig item) |
|
RocketChatConfigFluent.FieldsNested<A> |
setNewFieldLike(int index,
RocketChatFieldConfig item) |
|
A |
setToActions(int index,
RocketChatActionConfig item) |
|
A |
setToFields(int index,
RocketChatFieldConfig item) |
|
String |
toString() |
|
A |
withActions(RocketChatActionConfig... actions) |
|
A |
withActions(List<RocketChatActionConfig> actions) |
|
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
|
A |
withApiURL(String apiURL) |
|
A |
withChannel(String channel) |
|
A |
withColor(String color) |
|
A |
withEmoji(String emoji) |
|
A |
withFields(RocketChatFieldConfig... fields) |
|
A |
withFields(List<RocketChatFieldConfig> fields) |
|
A |
withHttpConfig(HTTPConfig httpConfig) |
|
A |
withIconURL(String iconURL) |
|
A |
withImageURL(String imageURL) |
|
A |
withLinkNames() |
|
A |
withLinkNames(Boolean linkNames) |
|
RocketChatConfigFluent.HttpConfigNested<A> |
withNewHttpConfig() |
|
RocketChatConfigFluent.HttpConfigNested<A> |
withNewHttpConfigLike(HTTPConfig item) |
|
A |
withNewToken(String key,
String name,
Boolean optional) |
|
A |
withNewTokenID(String key,
String name,
Boolean optional) |
|
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 |
withToken(io.fabric8.kubernetes.api.model.SecretKeySelector token) |
|
A |
withTokenID(io.fabric8.kubernetes.api.model.SecretKeySelector tokenID) |
|