Interface UpdateRoleResponse

All Known Implementing Classes:
UpdateRoleResponseImpl

public interface UpdateRoleResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the description of the updated role.
    Returns the name of the updated role.
    Returns the ID of the updated role.
  • Method Details

    • getRoleId

      String getRoleId()
      Returns the ID of the updated role.
      Returns:
      the ID of the updated role.
    • getName

      String getName()
      Returns the name of the updated role.
      Returns:
      the name of the updated role.
    • getDescription

      String getDescription()
      Returns the description of the updated role.
      Returns:
      the description of the updated role.