Class CreateFieldMappingRequest
- java.lang.Object
-
- com.merge.api.resources.filestorage.fieldmapping.requests.CreateFieldMappingRequest
-
public final class CreateFieldMappingRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateFieldMappingRequest._FinalStagestatic classCreateFieldMappingRequest.Builderstatic interfaceCreateFieldMappingRequest.CommonModelNameStagestatic interfaceCreateFieldMappingRequest.RemoteMethodStagestatic interfaceCreateFieldMappingRequest.RemoteUrlPathStagestatic interfaceCreateFieldMappingRequest.TargetFieldDescriptionStagestatic interfaceCreateFieldMappingRequest.TargetFieldNameStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateFieldMappingRequest.TargetFieldNameStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.StringgetCommonModelName()java.util.List<com.fasterxml.jackson.databind.JsonNode>getRemoteFieldTraversalPath()java.lang.StringgetRemoteMethod()java.lang.StringgetRemoteUrlPath()java.lang.StringgetTargetFieldDescription()java.lang.StringgetTargetFieldName()inthashCode()java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static CreateFieldMappingRequest.TargetFieldNameStage builder()
-
-