Class Permission

    • Constructor Detail

      • Permission

        public Permission()
    • Method Detail

      • getValue

        public String getValue()
        whether or not the permission is present
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getRef

        public String getRef()
        The unique name of the permission which is required.
        Returns:
        possible object is String
      • setRef

        public void setRef​(String value)
        Sets the value of the ref property.
        Parameters:
        value - allowed object is String
      • setMode

        public void setMode​(PermissionMode value)
        Sets the value of the mode property.
        Parameters:
        value - allowed object is PermissionMode