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 Details

  • Method Details

    • 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
    • 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
    • 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
    • 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
    • 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
    • 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