Class RoleAssignmentRequest

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRole()  
      java.lang.String getScope()  
      void setRole​(java.lang.String role)  
      void setScope​(java.lang.String scope)  
      • Methods inherited from class com.synopsys.integration.util.Stringable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RoleAssignmentRequest

        public RoleAssignmentRequest()
    • Method Detail

      • getRole

        public java.lang.String getRole()
      • setRole

        public void setRole​(java.lang.String role)
      • getScope

        public java.lang.String getScope()
      • setScope

        public void setScope​(java.lang.String scope)