Class GetLinkResult


  • public final class GetLinkResult
    extends java.lang.Object
    • Method Detail

      • description

        public java.util.Map<java.lang.String,​java.lang.String> description()
        Returns:
        Localized descriptions for the Link.
      • displayName

        public java.util.Map<java.lang.String,​java.lang.String> displayName()
        Returns:
        Localized display name for the Link.
      • id

        public java.lang.String id()
        Returns:
        Resource ID.
      • linkName

        public java.lang.String linkName()
        Returns:
        The link name.
      • mappings

        public java.util.List<TypePropertiesMappingResponse> mappings()
        Returns:
        The set of properties mappings between the source and target Types.
      • name

        public java.lang.String name()
        Returns:
        Resource name.
      • operationType

        public java.util.Optional<java.lang.String> operationType()
        Returns:
        Determines whether this link is supposed to create or delete instances if Link is NOT Reference Only.
      • participantPropertyReferences

        public java.util.List<ParticipantPropertyReferenceResponse> participantPropertyReferences()
        Returns:
        The properties that represent the participating profile.
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        Provisioning state.
      • referenceOnly

        public java.util.Optional<java.lang.Boolean> referenceOnly()
        Returns:
        Indicating whether the link is reference only link. This flag is ignored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles.
      • sourceEntityType

        public java.lang.String sourceEntityType()
        Returns:
        Type of source entity.
      • sourceEntityTypeName

        public java.lang.String sourceEntityTypeName()
        Returns:
        Name of the source Entity Type.
      • targetEntityType

        public java.lang.String targetEntityType()
        Returns:
        Type of target entity.
      • targetEntityTypeName

        public java.lang.String targetEntityTypeName()
        Returns:
        Name of the target Entity Type.
      • tenantId

        public java.lang.String tenantId()
        Returns:
        The hub name.
      • type

        public java.lang.String type()
        Returns:
        Resource type.