public class SFRemoteUpload extends SFODataObject
| Constructor and Description |
|---|
SFRemoteUpload() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getIsPublic()
Indicates whether the Remote Upload is public or not.
|
java.lang.String |
getName()
The Name of this Remote Upload.
|
java.lang.Boolean |
getRequireUserInfo()
Indicates whether the Remote Upload requires user information ( first name, last name, email , company).
|
java.lang.Boolean |
getSelectRecipient()
When it's true, visitors of this Remote Upload can select a recipient from a list.
|
java.lang.String |
getUri()
Uri to access the Remote Upload through the Web portal
|
java.util.ArrayList<SFContact> |
getUsers()
Users who can have access to this Remote Upload.
|
void |
setIsPublic(java.lang.Boolean ispublic)
Indicates whether the Remote Upload is public or not.
|
void |
setName(java.lang.String name)
The Name of this Remote Upload.
|
void |
setRequireUserInfo(java.lang.Boolean requireuserinfo)
Indicates whether the Remote Upload requires user information ( first name, last name, email , company).
|
void |
setSelectRecipient(java.lang.Boolean selectrecipient)
When it's true, visitors of this Remote Upload can select a recipient from a list.
|
void |
setUri(java.lang.String uri)
Uri to access the Remote Upload through the Web portal
|
void |
setUsers(java.util.ArrayList<SFContact> users)
Users who can have access to this Remote Upload.
|
addProperty, get__type, getId, getMetadataUrl, getProperties, geturl, set__type, setId, setMetadataUrl, setProperties, seturlpublic java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getUri()
public void setUri(java.lang.String uri)
public java.lang.Boolean getIsPublic()
public void setIsPublic(java.lang.Boolean ispublic)
public java.lang.Boolean getRequireUserInfo()
public void setRequireUserInfo(java.lang.Boolean requireuserinfo)
public java.lang.Boolean getSelectRecipient()
public void setSelectRecipient(java.lang.Boolean selectrecipient)
public java.util.ArrayList<SFContact> getUsers()
public void setUsers(java.util.ArrayList<SFContact> users)