Class BusinessIdentity

java.lang.Object
com.azure.resourcemanager.logic.models.BusinessIdentity

public class BusinessIdentity extends Object
The integration account partner's business identity.
  • Constructor Details

    • BusinessIdentity

      public BusinessIdentity()
      Creates an instance of BusinessIdentity class.
  • Method Details

    • qualifier

      public String qualifier()
      Get the qualifier property: The business identity qualifier e.g. as2identity, ZZ, ZZZ, 31, 32.
      Returns:
      the qualifier value.
    • withQualifier

      public BusinessIdentity withQualifier(String qualifier)
      Set the qualifier property: The business identity qualifier e.g. as2identity, ZZ, ZZZ, 31, 32.
      Parameters:
      qualifier - the qualifier value to set.
      Returns:
      the BusinessIdentity object itself.
    • value

      public String value()
      Get the value property: The user defined business identity value.
      Returns:
      the value value.
    • withValue

      public BusinessIdentity withValue(String value)
      Set the value property: The user defined business identity value.
      Parameters:
      value - the value value to set.
      Returns:
      the BusinessIdentity object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.