Package com.docusign.click.model
Class ClickwrapScheduledReacceptance
- java.lang.Object
-
- com.docusign.click.model.ClickwrapScheduledReacceptance
-
public class ClickwrapScheduledReacceptance extends Object
ClickwrapScheduledReacceptance.
-
-
Constructor Summary
Constructors Constructor Description ClickwrapScheduledReacceptance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.IntegergetRecurrenceInterval().StringgetRecurrenceIntervalType().ObjectgetStartDateTime().inthashCode()Returns the HashCode.ClickwrapScheduledReacceptancerecurrenceInterval(Integer recurrenceInterval)recurrenceInterval.ClickwrapScheduledReacceptancerecurrenceIntervalType(String recurrenceIntervalType)recurrenceIntervalType.voidsetRecurrenceInterval(Integer recurrenceInterval)setRecurrenceInterval.voidsetRecurrenceIntervalType(String recurrenceIntervalType)setRecurrenceIntervalType.voidsetStartDateTime(Object startDateTime)setStartDateTime.ClickwrapScheduledReacceptancestartDateTime(Object startDateTime)startDateTime.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
recurrenceInterval
public ClickwrapScheduledReacceptance recurrenceInterval(Integer recurrenceInterval)
recurrenceInterval.- Returns:
- ClickwrapScheduledReacceptance
-
getRecurrenceInterval
public Integer getRecurrenceInterval()
.- Returns:
- recurrenceInterval
-
setRecurrenceInterval
public void setRecurrenceInterval(Integer recurrenceInterval)
setRecurrenceInterval.
-
recurrenceIntervalType
public ClickwrapScheduledReacceptance recurrenceIntervalType(String recurrenceIntervalType)
recurrenceIntervalType.- Returns:
- ClickwrapScheduledReacceptance
-
getRecurrenceIntervalType
public String getRecurrenceIntervalType()
.- Returns:
- recurrenceIntervalType
-
setRecurrenceIntervalType
public void setRecurrenceIntervalType(String recurrenceIntervalType)
setRecurrenceIntervalType.
-
startDateTime
public ClickwrapScheduledReacceptance startDateTime(Object startDateTime)
startDateTime.- Returns:
- ClickwrapScheduledReacceptance
-
getStartDateTime
public Object getStartDateTime()
.- Returns:
- startDateTime
-
setStartDateTime
public void setStartDateTime(Object startDateTime)
setStartDateTime.
-
equals
public boolean equals(Object o)
Compares objects.
-
-