Interface UpdateMappingRuleResponse

All Known Implementing Classes:
UpdateMappingRuleResponseImpl

public interface UpdateMappingRuleResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the updated claim name of the mapping rule.
    Returns the updated claim value of the mapping rule.
    Returns the mapping rule ID of the updated mapping rule.
    Returns the updated name of the mapping rule.
  • Method Details

    • getMappingRuleId

      String getMappingRuleId()
      Returns the mapping rule ID of the updated mapping rule.
    • getName

      String getName()
      Returns the updated name of the mapping rule.
    • getClaimName

      String getClaimName()
      Returns the updated claim name of the mapping rule.
    • getClaimValue

      String getClaimValue()
      Returns the updated claim value of the mapping rule.