@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class CreateDoiContact extends Object
| Constructor and Description |
|---|
CreateDoiContact() |
| Modifier and Type | Method and Description |
|---|---|
CreateDoiContact |
addExcludeListIdsItem(Long excludeListIdsItem) |
CreateDoiContact |
addIncludeListIdsItem(Long includeListIdsItem) |
CreateDoiContact |
attributes(Object attributes) |
CreateDoiContact |
email(String email) |
boolean |
equals(Object o) |
CreateDoiContact |
excludeListIds(List<Long> excludeListIds) |
Object |
getAttributes()
Pass the set of attributes and their values.
|
String |
getEmail()
Email address where the confirmation email will be sent.
|
List<Long> |
getExcludeListIds()
Lists under user account where contact should not be added
|
List<Long> |
getIncludeListIds()
Lists under user account where contact should be added
|
String |
getRedirectionUrl()
URL of the web page that user will be redirected to after clicking on the double opt in URL.
|
Long |
getTemplateId()
Id of the Double opt-in (DOI) template
|
int |
hashCode() |
CreateDoiContact |
includeListIds(List<Long> includeListIds) |
CreateDoiContact |
redirectionUrl(String redirectionUrl) |
void |
setAttributes(Object attributes) |
void |
setEmail(String email) |
void |
setExcludeListIds(List<Long> excludeListIds) |
void |
setIncludeListIds(List<Long> includeListIds) |
void |
setRedirectionUrl(String redirectionUrl) |
void |
setTemplateId(Long templateId) |
CreateDoiContact |
templateId(Long templateId) |
String |
toString() |
public CreateDoiContact email(String email)
public String getEmail()
public void setEmail(String email)
public CreateDoiContact attributes(Object attributes)
public Object getAttributes()
public void setAttributes(Object attributes)
public CreateDoiContact includeListIds(List<Long> includeListIds)
public CreateDoiContact addIncludeListIdsItem(Long includeListIdsItem)
public List<Long> getIncludeListIds()
public CreateDoiContact excludeListIds(List<Long> excludeListIds)
public CreateDoiContact addExcludeListIdsItem(Long excludeListIdsItem)
public List<Long> getExcludeListIds()
public CreateDoiContact templateId(Long templateId)
public Long getTemplateId()
public void setTemplateId(Long templateId)
public CreateDoiContact redirectionUrl(String redirectionUrl)
public String getRedirectionUrl()
public void setRedirectionUrl(String redirectionUrl)
Copyright © 2021. All rights reserved.