Class RemoteEndpointInfo.Builder
- java.lang.Object
-
- com.merge.api.resources.ticketing.types.RemoteEndpointInfo.Builder
-
- All Implemented Interfaces:
RemoteEndpointInfo._FinalStage,RemoteEndpointInfo.MethodStage,RemoteEndpointInfo.UrlPathStage
- Enclosing class:
- RemoteEndpointInfo
public static final class RemoteEndpointInfo.Builder extends java.lang.Object implements RemoteEndpointInfo.MethodStage, RemoteEndpointInfo.UrlPathStage, RemoteEndpointInfo._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteEndpointInfo._FinalStageaddAllFieldTraversalPath(java.util.List<com.fasterxml.jackson.databind.JsonNode> fieldTraversalPath)RemoteEndpointInfo._FinalStageaddFieldTraversalPath(com.fasterxml.jackson.databind.JsonNode fieldTraversalPath)RemoteEndpointInfobuild()RemoteEndpointInfo._FinalStagefieldTraversalPath(java.util.List<com.fasterxml.jackson.databind.JsonNode> fieldTraversalPath)RemoteEndpointInfo.Builderfrom(RemoteEndpointInfo other)RemoteEndpointInfo.UrlPathStagemethod(java.lang.String method)RemoteEndpointInfo._FinalStageurlPath(java.lang.String urlPath)
-
-
-
Method Detail
-
from
public RemoteEndpointInfo.Builder from(RemoteEndpointInfo other)
- Specified by:
fromin interfaceRemoteEndpointInfo.MethodStage
-
method
public RemoteEndpointInfo.UrlPathStage method(java.lang.String method)
- Specified by:
methodin interfaceRemoteEndpointInfo.MethodStage
-
urlPath
public RemoteEndpointInfo._FinalStage urlPath(java.lang.String urlPath)
- Specified by:
urlPathin interfaceRemoteEndpointInfo.UrlPathStage
-
addAllFieldTraversalPath
public RemoteEndpointInfo._FinalStage addAllFieldTraversalPath(java.util.List<com.fasterxml.jackson.databind.JsonNode> fieldTraversalPath)
- Specified by:
addAllFieldTraversalPathin interfaceRemoteEndpointInfo._FinalStage
-
addFieldTraversalPath
public RemoteEndpointInfo._FinalStage addFieldTraversalPath(com.fasterxml.jackson.databind.JsonNode fieldTraversalPath)
- Specified by:
addFieldTraversalPathin interfaceRemoteEndpointInfo._FinalStage
-
fieldTraversalPath
public RemoteEndpointInfo._FinalStage fieldTraversalPath(java.util.List<com.fasterxml.jackson.databind.JsonNode> fieldTraversalPath)
- Specified by:
fieldTraversalPathin interfaceRemoteEndpointInfo._FinalStage
-
build
public RemoteEndpointInfo build()
- Specified by:
buildin interfaceRemoteEndpointInfo._FinalStage
-
-