All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
HTTPConfig |
buildHttpConfig() |
protected void |
copyInstance(PushoverConfig instance) |
PushoverConfigFluent.HttpConfigNested<A> |
editHttpConfig() |
PushoverConfigFluent.HttpConfigNested<A> |
editOrNewHttpConfig() |
PushoverConfigFluent.HttpConfigNested<A> |
editOrNewHttpConfigLike(HTTPConfig item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getExpire() |
Boolean |
getHtml() |
String |
getMessage() |
String |
getPriority() |
String |
getRetry() |
Boolean |
getSendResolved() |
String |
getSound() |
String |
getTitle() |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getToken() |
String |
getUrl() |
String |
getUrlTitle() |
io.fabric8.kubernetes.api.model.SecretKeySelector |
getUserKey() |
boolean |
hasAdditionalProperties() |
boolean |
hasExpire() |
int |
hashCode() |
boolean |
hasHtml() |
boolean |
hasHttpConfig() |
boolean |
hasMessage() |
boolean |
hasPriority() |
boolean |
hasRetry() |
boolean |
hasSendResolved() |
boolean |
hasSound() |
boolean |
hasTitle() |
boolean |
hasToken() |
boolean |
hasUrl() |
boolean |
hasUrlTitle() |
boolean |
hasUserKey() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withExpire(String expire) |
A |
withHtml() |
A |
withHtml(Boolean html) |
A |
withHttpConfig(HTTPConfig httpConfig) |
A |
withMessage(String message) |
PushoverConfigFluent.HttpConfigNested<A> |
withNewHttpConfig() |
PushoverConfigFluent.HttpConfigNested<A> |
withNewHttpConfigLike(HTTPConfig item) |
A |
withNewToken(String key,
String name,
Boolean optional) |
A |
withNewUserKey(String key,
String name,
Boolean optional) |
A |
withPriority(String priority) |
A |
withRetry(String retry) |
A |
withSendResolved() |
A |
withSendResolved(Boolean sendResolved) |
A |
withSound(String sound) |
A |
withTitle(String title) |
A |
withToken(io.fabric8.kubernetes.api.model.SecretKeySelector token) |
A |
withUrl(String url) |
A |
withUrlTitle(String urlTitle) |
A |
withUserKey(io.fabric8.kubernetes.api.model.SecretKeySelector userKey) |