Class PathItem
java.lang.Object
software.amazon.smithy.openapi.model.Component
software.amazon.smithy.openapi.model.PathItem
- All Implemented Interfaces:
ToNode
,ToSmithyBuilder<PathItem>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PathItem.Builder
builder()
protected ObjectNode.Builder
getGet()
getHead()
getPatch()
getPost()
getPut()
getTrace()
Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.smithy.openapi.model.Component
equals, getExtension, getExtensions, hashCode, toNode
-
Method Details
-
builder
-
getSummary
-
getDescription
-
getServers
-
getParameters
-
getGet
-
getPut
-
getPost
-
getDelete
-
getOptions
-
getHead
-
getPatch
-
getTrace
-
getOperations
-
operations
-
createNodeBuilder
- Specified by:
createNodeBuilder
in classComponent
-
toBuilder
Description copied from interface:ToSmithyBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToSmithyBuilder<PathItem>
- Returns:
- a builder for type T
-