Interface Maskable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void clearMask()
      Removes the mask from the service
      void setMask​(Mask mask)
      Set the mask to the given object
      void setMask​(String mask)
      Set the mask to a string, formatted according to http://sldn.softlayer.com/article/Object-Masks
      Mask withMask()
      Use the existing mask on this service or create it if not present
      Mask withNewMask()
      Overwrite the existing mask on this service with a new one and return it
    • Method Detail

      • withNewMask

        Mask withNewMask()
        Overwrite the existing mask on this service with a new one and return it
      • withMask

        Mask withMask()
        Use the existing mask on this service or create it if not present
      • setMask

        void setMask​(Mask mask)
        Set the mask to the given object
      • setMask

        void setMask​(String mask)
        Set the mask to a string, formatted according to http://sldn.softlayer.com/article/Object-Masks
      • clearMask

        void clearMask()
        Removes the mask from the service