@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-01-19T10:58:15.793880-05:00[America/New_York]") public class ThirdPartyNotificationMethod extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ThirdPartyNotificationMethod.TypeEnum
Gets or Sets type
|
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ACTIVE |
static String |
JSON_PROPERTY_SCRIPT_ARGS |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_USER_PARAM |
Constructor and Description |
---|
ThirdPartyNotificationMethod() |
public static final String JSON_PROPERTY_USER_PARAM
public static final String JSON_PROPERTY_ACTIVE
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_SCRIPT_ARGS
public ThirdPartyNotificationMethod userParam(Set<String> userParam)
public ThirdPartyNotificationMethod addUserParamItem(String userParamItem)
public ThirdPartyNotificationMethod active(Boolean active)
public void setActive(Boolean active)
public ThirdPartyNotificationMethod type(ThirdPartyNotificationMethod.TypeEnum type)
@Nullable public ThirdPartyNotificationMethod.TypeEnum getType()
public void setType(ThirdPartyNotificationMethod.TypeEnum type)
public ThirdPartyNotificationMethod scriptArgs(Set<String> scriptArgs)
public ThirdPartyNotificationMethod addScriptArgsItem(String scriptArgsItem)
public boolean equals(Object o)
public String getJacksonType()
public void setJacksonType(String jacksonType)