Interface CreateRoleResponse

All Known Implementing Classes:
CreateRoleResponseImpl

public interface CreateRoleResponse
  • Method Summary

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

    • getRoleId

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

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

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