Class CreateFieldMappingRequest


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

      • getTargetFieldName

        public java.lang.String getTargetFieldName()
        Returns:
        The name of the target field you want this remote field to map to.
      • getTargetFieldDescription

        public java.lang.String getTargetFieldDescription()
        Returns:
        The description of the target field you want this remote field to map to.
      • getRemoteFieldTraversalPath

        public java.util.List<com.fasterxml.jackson.databind.JsonNode> getRemoteFieldTraversalPath()
        Returns:
        The field traversal path of the remote field listed when you hit the GET /remote-fields endpoint.
      • getRemoteMethod

        public java.lang.String getRemoteMethod()
        Returns:
        The method of the remote endpoint where the remote field is coming from.
      • getRemoteUrlPath

        public java.lang.String getRemoteUrlPath()
        Returns:
        The path of the remote endpoint where the remote field is coming from.
      • getCommonModelName

        public java.lang.String getCommonModelName()
        Returns:
        The name of the Common Model that the remote field corresponds to in a given category.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object