Klasse RestEnabledPath

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.RestEnabledPath

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class RestEnabledPath extends Object
RestEnabledPath
  • Felddetails

    • delete

      protected Operation delete
    • description

      protected String description
      An optional, string description, intended to apply to all operations in this path
    • displayName

      protected String displayName
    • enabled

      protected Boolean enabled
    • get

      protected Operation get
    • get$ref

      protected String get$ref
      Allows for an external definition of this path item
    • invokePath

      protected String invokePath
    • name

      protected String name
    • options

      protected Operation options
    • parameters

      protected List<Object> 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

      protected Operation patch
    • post

      protected Operation post
    • put

      protected Operation put
    • scopes

      protected List<String> scopes
    • summary

      protected String summary
      An optional, string summary, intended to apply to all operations in this path
    • tags

      protected List<String> tags
    • trace

      protected Operation trace
    • vendorExtensions

      protected Map<String,Object> vendorExtensions
  • Konstruktordetails

    • RestEnabledPath

      public RestEnabledPath(Consumer<RestEnabledPath> spec)
      Constructs a validated instance of RestEnabledPath.
      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 of RestEnabledPath.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using RestEnabledPath(Consumer) instead.

      Parameter:
      delete - delete
      description - An optional, string description, intended to apply to all operations in this path
      displayName - displayName
      enabled - enabled
      get - get
      get$ref - Allows for an external definition of this path item
      head - head
      invokePath - invokePath
      name - name
      options - 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 - patch
      post - post
      put - put
      scopes - scopes
      summary - An optional, string summary, intended to apply to all operations in this path
      tags - tags
      trace - trace
      vendorExtensions - vendorExtensions
    • RestEnabledPath

      protected RestEnabledPath()
  • Methodendetails