Class IntegratedReferencesOnlyTarget

    • Constructor Detail

      • IntegratedReferencesOnlyTarget

        public IntegratedReferencesOnlyTarget​(String integrationTargetFqn,
                                              String collectionPropertyName)
        Constructs the reference.
        Parameters:
        integrationTargetFqn - The target FQN of the object the rule should be applied to. Can't be null
        collectionPropertyName - The name of the collection the rule should be applied to. Can't be null
    • Method Detail

      • getCollectionPropertyName

        public String getCollectionPropertyName()
        Gets the name of the collection property.
        Returns:
        The name of the collection property. Can't be null
      • getIntegrationTargetFqn

        public String getIntegrationTargetFqn()
        Gets the target FQN of the object the rule should be applied to.
        Returns:
        The name of the target. Can't be null