Class RelationshipsLookup

java.lang.Object
com.azure.resourcemanager.customerinsights.models.RelationshipsLookup

public final class RelationshipsLookup extends Object
The definition of suggested relationship for the type.
  • Constructor Details

    • RelationshipsLookup

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

    • profileName

      public String profileName()
      Get the profileName property: The relationship profile.
      Returns:
      the profileName value.
    • profilePropertyReferences

      public List<ParticipantProfilePropertyReference> profilePropertyReferences()
      Get the profilePropertyReferences property: The property references for the profile type.
      Returns:
      the profilePropertyReferences value.
    • relatedProfileName

      public String relatedProfileName()
      Get the relatedProfileName property: The related profile.
      Returns:
      the relatedProfileName value.
    • relatedProfilePropertyReferences

      public List<ParticipantProfilePropertyReference> relatedProfilePropertyReferences()
      Get the relatedProfilePropertyReferences property: The property references for the related profile type.
      Returns:
      the relatedProfilePropertyReferences value.
    • existingRelationshipName

      public String existingRelationshipName()
      Get the existingRelationshipName property: The name of existing Relationship.
      Returns:
      the existingRelationshipName value.
    • validate

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