Class RestUrnFragmentTemplate

java.lang.Object
com.aquima.interactions.test.templates.AbstractReportingTemplate
com.aquima.interactions.test.templates.communication.RestUrnFragmentTemplate

public class RestUrnFragmentTemplate extends AbstractReportingTemplate
This class may be used to quickly initialize a model.
Since:
9.0
Author:
Jon van Leuven, Arjan Pragt
  • Constructor Details

    • RestUrnFragmentTemplate

      protected RestUrnFragmentTemplate(String attributeName, String constant, com.aquima.interactions.foundation.report.IInitializationReport report)
  • Method Details

    • getAttributeName

      protected String getAttributeName()
    • getConstant

      protected String getConstant()
    • addValidation

      public FieldValidationTemplate addValidation(String type)
      This method may be used to add a validation to the field.
      Parameters:
      type - The type of the validation that should be added.
      Returns:
      Template representing the newly added validation.
    • getValidations

      protected Iterator<FieldValidationTemplate> getValidations()
    • toDataSource

      public com.aquima.interactions.communication.ds.IRestUrnFragmentDS toDataSource()