Package software.xdev.mailpit.model
Class WebUIConfigurationResponse200Response
java.lang.Object
software.xdev.mailpit.model.WebUIConfigurationResponse200Response
WebUIConfigurationResponse200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchaosEnabled(Boolean chaosEnabled) duplicatesIgnored(Boolean duplicatesIgnored) booleanWhether Chaos support is enabled at runtimeWhether messages with duplicate IDs are ignoredWhether the delete button should be hiddengetLabel()Optional label to identify this Mailpit instanceGet messageRelayWhether SpamAssassin is enabledinthashCode()hideDeleteAllButton(Boolean hideDeleteAllButton) voidsetChaosEnabled(Boolean chaosEnabled) voidsetDuplicatesIgnored(Boolean duplicatesIgnored) voidsetHideDeleteAllButton(Boolean hideDeleteAllButton) voidvoidvoidsetSpamAssassin(Boolean spamAssassin) spamAssassin(Boolean spamAssassin) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CHAOS_ENABLED
- See Also:
-
JSON_PROPERTY_DUPLICATES_IGNORED
- See Also:
-
JSON_PROPERTY_HIDE_DELETE_ALL_BUTTON
- See Also:
-
JSON_PROPERTY_LABEL
- See Also:
-
JSON_PROPERTY_MESSAGE_RELAY
- See Also:
-
JSON_PROPERTY_SPAM_ASSASSIN
- See Also:
-
-
Constructor Details
-
WebUIConfigurationResponse200Response
public WebUIConfigurationResponse200Response()
-
-
Method Details
-
chaosEnabled
-
getChaosEnabled
Whether Chaos support is enabled at runtime- Returns:
- chaosEnabled
-
setChaosEnabled
-
duplicatesIgnored
-
getDuplicatesIgnored
Whether messages with duplicate IDs are ignored- Returns:
- duplicatesIgnored
-
setDuplicatesIgnored
-
hideDeleteAllButton
public WebUIConfigurationResponse200Response hideDeleteAllButton(@Nullable Boolean hideDeleteAllButton) -
getHideDeleteAllButton
Whether the delete button should be hidden- Returns:
- hideDeleteAllButton
-
setHideDeleteAllButton
-
label
-
getLabel
Optional label to identify this Mailpit instance- Returns:
- label
-
setLabel
-
messageRelay
public WebUIConfigurationResponse200Response messageRelay(@Nullable WebUIConfigurationResponse200ResponseMessageRelay messageRelay) -
getMessageRelay
Get messageRelay- Returns:
- messageRelay
-
setMessageRelay
public void setMessageRelay(@Nullable WebUIConfigurationResponse200ResponseMessageRelay messageRelay) -
spamAssassin
-
getSpamAssassin
Whether SpamAssassin is enabled- Returns:
- spamAssassin
-
setSpamAssassin
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-