Class AggregatedPermissionTemplateJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.AggregatedPermissionTemplateJson
-
- All Implemented Interfaces:
Serializable
public class AggregatedPermissionTemplateJson extends BaseJson
Request aggregated permission details.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AggregatedPermissionTemplateJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCanCopy()
TRUE if this can be copiedString
getCanDownloadOriginal()
TRUE if the original can be downloadedString
getCanDownloadProtected()
TRUE if the a protected version can be downloadedString
getCanEdit()
TRUE if this can be editedString
getCanPrint()
TRUE if this can be printedString
getIsComment()
TRUE if allow commentString
getIsProgrammaticAccess()
TRUE if programmatic accessString
getIsSpotlight()
TRUE if this uses spotlightString
getTemplateDisplayedName()
Display name of the templateString
getTemplateName()
Name of the templatePermissionTemplateType
getTemplateType()
Type of templatevoid
setCanCopy(String canCopy)
TRUE if this can be copiedvoid
setCanDownloadOriginal(String canDownloadOriginal)
TRUE if the original can be downloadedvoid
setCanDownloadProtected(String canDownloadProtected)
TRUE if the a protected version can be downloadedvoid
setCanEdit(String canEdit)
TRUE if this can be editedvoid
setCanPrint(String canPrint)
TRUE if this can be printedvoid
setIsComment(String isComment)
TRUE if allow commentvoid
setIsProgrammaticAccess(String isProgrammaticAccess)
TRUE if programmatic accessvoid
setIsSpotlight(String isSpotlight)
TRUE if this uses spotlightvoid
setTemplateDisplayedName(String templateDisplayedName)
Display name of the templatevoid
setTemplateName(String templateName)
Name of the templatevoid
setTemplateType(PermissionTemplateType templateType)
Type of template-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getTemplateType
public PermissionTemplateType getTemplateType()
Type of template- Returns:
- Type of template
-
setTemplateType
public void setTemplateType(PermissionTemplateType templateType)
Type of template- Parameters:
templateType
- Type of template
-
getIsComment
public String getIsComment()
TRUE if allow comment- Returns:
- TRUE if allow comment
-
setIsComment
public void setIsComment(String isComment)
TRUE if allow comment- Parameters:
isComment
- TRUE if allow comment
-
getTemplateName
public String getTemplateName()
Name of the template- Returns:
- Name of the template
-
setTemplateName
public void setTemplateName(String templateName)
Name of the template- Parameters:
templateName
- Name of the template
-
getIsProgrammaticAccess
public String getIsProgrammaticAccess()
TRUE if programmatic access- Returns:
- TRUE if programmatic access
-
setIsProgrammaticAccess
public void setIsProgrammaticAccess(String isProgrammaticAccess)
TRUE if programmatic access- Parameters:
isProgrammaticAccess
- TRUE if programmatic access
-
getCanEdit
public String getCanEdit()
TRUE if this can be edited- Returns:
- TRUE if this can be edited
-
setCanEdit
public void setCanEdit(String canEdit)
TRUE if this can be edited- Parameters:
canEdit
- TRUE if this can be edited
-
getCanCopy
public String getCanCopy()
TRUE if this can be copied- Returns:
- TRUE if this can be copied
-
setCanCopy
public void setCanCopy(String canCopy)
TRUE if this can be copied- Parameters:
canCopy
- TRUE if this can be copied
-
getCanDownloadProtected
public String getCanDownloadProtected()
TRUE if the a protected version can be downloaded- Returns:
- TRUE if the a protected version can be downloaded
-
setCanDownloadProtected
public void setCanDownloadProtected(String canDownloadProtected)
TRUE if the a protected version can be downloaded- Parameters:
canDownloadProtected
- TRUE if the a protected version can be downloaded
-
getIsSpotlight
public String getIsSpotlight()
TRUE if this uses spotlight- Returns:
- TRUE if this uses spotlight
-
setIsSpotlight
public void setIsSpotlight(String isSpotlight)
TRUE if this uses spotlight- Parameters:
isSpotlight
- TRUE if this uses spotlight
-
getTemplateDisplayedName
public String getTemplateDisplayedName()
Display name of the template- Returns:
- Display name of the template
-
setTemplateDisplayedName
public void setTemplateDisplayedName(String templateDisplayedName)
Display name of the template- Parameters:
templateDisplayedName
- Display name of the template
-
getCanPrint
public String getCanPrint()
TRUE if this can be printed- Returns:
- TRUE if this can be printed
-
setCanPrint
public void setCanPrint(String canPrint)
TRUE if this can be printed- Parameters:
canPrint
- TRUE if this can be printed
-
getCanDownloadOriginal
public String getCanDownloadOriginal()
TRUE if the original can be downloaded- Returns:
- TRUE if the original can be downloaded
-
setCanDownloadOriginal
public void setCanDownloadOriginal(String canDownloadOriginal)
TRUE if the original can be downloaded- Parameters:
canDownloadOriginal
- TRUE if the original can be downloaded
-
-