public class BoxSignTemplateReadySignLink extends Object
Constructor and Description |
---|
BoxSignTemplateReadySignLink(String folderID,
String instructions,
boolean isActive,
boolean isNofiticationDisabled,
String name,
String url)
Constructs a BoxSignTemplateReadySignLink object with the provided information.
|
Modifier and Type | Method and Description |
---|---|
String |
getFolderID()
Gets the folder ID.
|
String |
getInstructions()
Gets the instructions.
|
boolean |
getIsActive()
Gets whether the link is active or not.
|
boolean |
getIsNofiticationDisabled()
Gets whether the notification is disabled or not.
|
String |
getName()
Gets the name of the ready-sign link.
|
String |
getUrl()
Gets the URL of the ready-sign link.
|
public BoxSignTemplateReadySignLink(String folderID, String instructions, boolean isActive, boolean isNofiticationDisabled, String name, String url)
folderID
- the folder ID.instructions
- the instructions.isActive
- whether the link is active or not.isNofiticationDisabled
- whether the notification is disabled or not.name
- the name.url
- the URL.public String getFolderID()
public String getInstructions()
public boolean getIsActive()
public boolean getIsNofiticationDisabled()