Interface RelationshipLinkResourceFormat


public interface RelationshipLinkResourceFormat
An immutable client-side representation of RelationshipLinkResourceFormat.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • displayName

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

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

      String interactionType()
      Gets the interactionType property: The InteractionType associated with the Relationship Link.
      Returns:
      the interactionType value.
    • linkName

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

      Gets the mappings property: The mappings between Interaction and Relationship fields.
      Returns:
      the mappings value.
    • profilePropertyReferences

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

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

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

      String relationshipName()
      Gets the relationshipName property: The Relationship associated with the Link.
      Returns:
      the relationshipName value.
    • relationshipGuidId

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

      String tenantId()
      Gets the tenantId property: The hub name.
      Returns:
      the tenantId value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.RelationshipLinkResourceFormatInner object.
      Returns:
      the inner object.
    • update

      Begins update for the RelationshipLinkResourceFormat resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      RelationshipLinkResourceFormat refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.