Class PatchedEditFieldMappingRequest


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

      • getRemoteFieldTraversalPath

        public java.util.Optional<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.util.Optional<java.lang.String> getRemoteMethod()
        Returns:
        The method of the remote endpoint where the remote field is coming from.
      • getRemoteUrlPath

        public java.util.Optional<java.lang.String> getRemoteUrlPath()
        Returns:
        The path of the remote endpoint where the remote field is coming from.
      • 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