Class RelationshipLinkResourceFormatInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.customerinsights.fluent.models.RelationshipLinkResourceFormatInner

public final class RelationshipLinkResourceFormatInner extends com.azure.core.management.ProxyResource
The relationship link resource format.
  • Constructor Details

    • RelationshipLinkResourceFormatInner

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

    • displayName

      public Map<String,String> displayName()
      Get the displayName property: Localized display name for the Relationship Link.
      Returns:
      the displayName value.
    • withDisplayName

      public RelationshipLinkResourceFormatInner withDisplayName(Map<String,String> displayName)
      Set the displayName property: Localized display name for the Relationship Link.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the RelationshipLinkResourceFormatInner object itself.
    • description

      public Map<String,String> description()
      Get the description property: Localized descriptions for the Relationship Link.
      Returns:
      the description value.
    • withDescription

      public RelationshipLinkResourceFormatInner withDescription(Map<String,String> description)
      Set the description property: Localized descriptions for the Relationship Link.
      Parameters:
      description - the description value to set.
      Returns:
      the RelationshipLinkResourceFormatInner object itself.
    • interactionType

      public String interactionType()
      Get the interactionType property: The InteractionType associated with the Relationship Link.
      Returns:
      the interactionType value.
    • withInteractionType

      public RelationshipLinkResourceFormatInner withInteractionType(String interactionType)
      Set the interactionType property: The InteractionType associated with the Relationship Link.
      Parameters:
      interactionType - the interactionType value to set.
      Returns:
      the RelationshipLinkResourceFormatInner object itself.
    • linkName

      public String linkName()
      Get the linkName property: The name of the Relationship Link.
      Returns:
      the linkName value.
    • mappings

      public List<RelationshipLinkFieldMapping> mappings()
      Get the mappings property: The mappings between Interaction and Relationship fields.
      Returns:
      the mappings value.
    • withMappings

      Set the mappings property: The mappings between Interaction and Relationship fields.
      Parameters:
      mappings - the mappings value to set.
      Returns:
      the RelationshipLinkResourceFormatInner object itself.
    • profilePropertyReferences

      public List<ParticipantProfilePropertyReference> profilePropertyReferences()
      Get the profilePropertyReferences property: The property references for the Profile of the Relationship.
      Returns:
      the profilePropertyReferences value.
    • withProfilePropertyReferences

      public RelationshipLinkResourceFormatInner withProfilePropertyReferences(List<ParticipantProfilePropertyReference> profilePropertyReferences)
      Set the profilePropertyReferences property: The property references for the Profile of the Relationship.
      Parameters:
      profilePropertyReferences - the profilePropertyReferences value to set.
      Returns:
      the RelationshipLinkResourceFormatInner object itself.
    • provisioningState

      public ProvisioningStates provisioningState()
      Get the provisioningState property: Provisioning state.
      Returns:
      the provisioningState value.
    • relatedProfilePropertyReferences

      public List<ParticipantProfilePropertyReference> relatedProfilePropertyReferences()
      Get the relatedProfilePropertyReferences property: The property references for the Related Profile of the Relationship.
      Returns:
      the relatedProfilePropertyReferences value.
    • withRelatedProfilePropertyReferences

      public RelationshipLinkResourceFormatInner withRelatedProfilePropertyReferences(List<ParticipantProfilePropertyReference> relatedProfilePropertyReferences)
      Set the relatedProfilePropertyReferences property: The property references for the Related Profile of the Relationship.
      Parameters:
      relatedProfilePropertyReferences - the relatedProfilePropertyReferences value to set.
      Returns:
      the RelationshipLinkResourceFormatInner object itself.
    • relationshipName

      public String relationshipName()
      Get the relationshipName property: The Relationship associated with the Link.
      Returns:
      the relationshipName value.
    • withRelationshipName

      public RelationshipLinkResourceFormatInner withRelationshipName(String relationshipName)
      Set the relationshipName property: The Relationship associated with the Link.
      Parameters:
      relationshipName - the relationshipName value to set.
      Returns:
      the RelationshipLinkResourceFormatInner object itself.
    • relationshipGuidId

      public String relationshipGuidId()
      Get the relationshipGuidId property: The relationship guid id.
      Returns:
      the relationshipGuidId value.
    • tenantId

      public String tenantId()
      Get the tenantId property: The hub name.
      Returns:
      the tenantId value.
    • validate

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