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
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 templateMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
AggregatedPermissionTemplateJson
public AggregatedPermissionTemplateJson()
-
-
Method Details
-
getTemplateType
Type of template- Returns:
- Type of template
-
setTemplateType
Type of template- Parameters:
templateType
- Type of template
-
getIsComment
TRUE if allow comment- Returns:
- TRUE if allow comment
-
setIsComment
TRUE if allow comment- Parameters:
isComment
- TRUE if allow comment
-
getIsProgrammaticAccess
TRUE if programmatic access- Returns:
- TRUE if programmatic access
-
setIsProgrammaticAccess
TRUE if programmatic access- Parameters:
isProgrammaticAccess
- TRUE if programmatic access
-
getTemplateName
Name of the template- Returns:
- Name of the template
-
setTemplateName
Name of the template- Parameters:
templateName
- Name of the template
-
getCanEdit
TRUE if this can be edited- Returns:
- TRUE if this can be edited
-
setCanEdit
TRUE if this can be edited- Parameters:
canEdit
- TRUE if this can be edited
-
getCanCopy
TRUE if this can be copied- Returns:
- TRUE if this can be copied
-
setCanCopy
TRUE if this can be copied- Parameters:
canCopy
- TRUE if this can be copied
-
getCanDownloadProtected
TRUE if the a protected version can be downloaded- Returns:
- TRUE if the a protected version can be downloaded
-
setCanDownloadProtected
TRUE if the a protected version can be downloaded- Parameters:
canDownloadProtected
- TRUE if the a protected version can be downloaded
-
getIsSpotlight
TRUE if this uses spotlight- Returns:
- TRUE if this uses spotlight
-
setIsSpotlight
TRUE if this uses spotlight- Parameters:
isSpotlight
- TRUE if this uses spotlight
-
getCanPrint
TRUE if this can be printed- Returns:
- TRUE if this can be printed
-
setCanPrint
TRUE if this can be printed- Parameters:
canPrint
- TRUE if this can be printed
-
getCanDownloadOriginal
TRUE if the original can be downloaded- Returns:
- TRUE if the original can be downloaded
-
setCanDownloadOriginal
TRUE if the original can be downloaded- Parameters:
canDownloadOriginal
- TRUE if the original can be downloaded
-
getTemplateDisplayedName
Display name of the template- Returns:
- Display name of the template
-
setTemplateDisplayedName
Display name of the template- Parameters:
templateDisplayedName
- Display name of the template
-