Class RoleResponse


  • public abstract class RoleResponse
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RoleResponse()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getRoleLabel()  
      abstract java.lang.String getRoleName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RoleResponse

        public RoleResponse()
    • Method Detail

      • getRoleName

        public abstract java.lang.String getRoleName()
      • getRoleLabel

        public abstract java.lang.String getRoleLabel()