Class SpaceKeyWithPermission


  • @Internal
    public class SpaceKeyWithPermission
    extends Object
    Contains two values: space key and a flag which indicates whether the space permitted or not
    Since:
    7.10.0
    • Constructor Detail

      • SpaceKeyWithPermission

        public SpaceKeyWithPermission​(String spaceKey,
                                      boolean hasPermission)
    • Method Detail

      • getSpaceKey

        public String getSpaceKey()
      • isHasPermission

        public boolean isHasPermission()