Klasse RestEnabledPath
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.RestEnabledPath
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RestEnabledPath
extends Object
RestEnabledPath
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Operation
protected String
An optional, string description, intended to apply to all operations in this pathprotected String
protected Boolean
protected Operation
protected String
Allows for an external definition of this path itemprotected Operation
protected String
protected String
protected Operation
A list of parameters that are applicable for all the operations described under this path.protected Operation
protected Operation
protected Operation
protected String
An optional, string summary, intended to apply to all operations in this pathprotected Operation
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
RestEnabledPath
(Operation delete, String description, String displayName, Boolean enabled, Operation get, String get$ref, Operation head, String invokePath, String name, Operation options, List<Object> parameters, Operation patch, Operation post, Operation put, List<String> scopes, String summary, List<String> tags, Operation trace, Map<String, Object> vendorExtensions) Constructs a validated instance ofRestEnabledPath
.Constructs a validated instance ofRestEnabledPath
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
delete()
An optional, string description, intended to apply to all operations in this pathdescription
(String description) An optional, string description, intended to apply to all operations in this pathdisplayName
(String displayName) enabled()
boolean
get()
get$ref()
Allows for an external definition of this path itemAllows for an external definition of this path itemint
hashCode()
head()
invokePath
(String invokePath) name()
options()
A list of parameters that are applicable for all the operations described under this path.parameters
(List<Object> parameters) A list of parameters that are applicable for all the operations described under this path.patch()
post()
put()
scopes()
summary()
An optional, string summary, intended to apply to all operations in this pathAn optional, string summary, intended to apply to all operations in this pathtags()
toString()
trace()
vendorExtensions
(Map<String, Object> vendorExtensions)
-
Felddetails
-
delete
-
description
An optional, string description, intended to apply to all operations in this path -
displayName
-
enabled
-
get
-
get$ref
Allows for an external definition of this path item -
head
-
invokePath
-
name
-
options
-
parameters
A list of parameters that are applicable for all the operations described under this path. These parameters can be overridden at the operation level, but cannot be removed there -
patch
-
post
-
put
-
scopes
-
summary
An optional, string summary, intended to apply to all operations in this path -
tags
-
trace
-
vendorExtensions
-
-
Konstruktordetails
-
RestEnabledPath
Constructs a validated instance ofRestEnabledPath
.- Parameter:
spec
- the specification to process
-
RestEnabledPath
@Internal public RestEnabledPath(Operation delete, String description, String displayName, Boolean enabled, Operation get, String get$ref, Operation head, String invokePath, String name, Operation options, List<Object> parameters, Operation patch, Operation post, Operation put, List<String> scopes, String summary, List<String> tags, Operation trace, Map<String, Object> vendorExtensions) Constructs a validated instance ofRestEnabledPath
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RestEnabledPath(Consumer)
instead.- Parameter:
delete
- deletedescription
- An optional, string description, intended to apply to all operations in this pathdisplayName
- displayNameenabled
- enabledget
- getget$ref
- Allows for an external definition of this path itemhead
- headinvokePath
- invokePathname
- nameoptions
- optionsparameters
- A list of parameters that are applicable for all the operations described under this path. These parameters can be overridden at the operation level, but cannot be removed therepatch
- patchpost
- postput
- putscopes
- scopessummary
- An optional, string summary, intended to apply to all operations in this pathtags
- tagstrace
- tracevendorExtensions
- vendorExtensions
-
RestEnabledPath
protected RestEnabledPath()
-
-
Methodendetails
-
builder
-
delete
-
description
An optional, string description, intended to apply to all operations in this path -
displayName
-
enabled
-
get
-
get$ref
Allows for an external definition of this path item -
head
-
invokePath
-
name
-
options
-
parameters
A list of parameters that are applicable for all the operations described under this path. These parameters can be overridden at the operation level, but cannot be removed there -
patch
-
post
-
put
-
scopes
-
summary
An optional, string summary, intended to apply to all operations in this path -
tags
-
trace
-
vendorExtensions
-
delete
- Gibt zurück:
this
.
-
description
An optional, string description, intended to apply to all operations in this path- Gibt zurück:
this
.
-
displayName
- Gibt zurück:
this
.
-
enabled
- Gibt zurück:
this
.
-
get
- Gibt zurück:
this
.
-
get$ref
Allows for an external definition of this path item- Gibt zurück:
this
.
-
head
- Gibt zurück:
this
.
-
invokePath
- Gibt zurück:
this
.
-
name
- Gibt zurück:
this
.
-
options
- Gibt zurück:
this
.
-
parameters
A list of parameters that are applicable for all the operations described under this path. These parameters can be overridden at the operation level, but cannot be removed there- Gibt zurück:
this
.
-
patch
- Gibt zurück:
this
.
-
post
- Gibt zurück:
this
.
-
put
- Gibt zurück:
this
.
-
scopes
- Gibt zurück:
this
.
-
summary
An optional, string summary, intended to apply to all operations in this path- Gibt zurück:
this
.
-
tags
- Gibt zurück:
this
.
-
trace
- Gibt zurück:
this
.
-
vendorExtensions
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-