Klasse MonetizationAbstractParameter
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.MonetizationAbstractParameter
@Generated("io.github.primelib.primecodegen")
public class MonetizationAbstractParameter
extends Object
MonetizationAbstractParameter
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected BooleanSets the ability to pass empty-valued parameters.protected StringA brief description of the parameter.protected StringThe available paths and operations for the APIprotected StringThe location of the parameter.protected StringThe name of the parameter.protected BooleanDetermines whether this parameter is mandatory. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedMonetizationAbstractParameter(Boolean allowEmptyValue, String description, String getref, String in, String name, Boolean required, Map<String, Object> vendorExtensions) Constructs a validated instance ofMonetizationAbstractParameter.Constructs a validated instance ofMonetizationAbstractParameter. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungSets the ability to pass empty-valued parameters.allowEmptyValue(Boolean allowEmptyValue) Sets the ability to pass empty-valued parameters.protected booleanA brief description of the parameter.description(String description) A brief description of the parameter.booleangetref()The available paths and operations for the APIThe available paths and operations for the APIinthashCode()in()The location of the parameter.The location of the parameter.name()The name of the parameter.The name of the parameter.required()Determines whether this parameter is mandatory.Determines whether this parameter is mandatory.toString()vendorExtensions(Map<String, Object> vendorExtensions)
-
Felddetails
-
allowEmptyValue
Sets the ability to pass empty-valued parameters. This is valid only for query parameters and allows sending a parameter with an empty value -
description
A brief description of the parameter. This could contain examples of use -
getref
The available paths and operations for the API -
in
The location of the parameter. Possible values are "query", "header", "path" or "cookie" -
name
The name of the parameter. Parameter names are case sensitive -
required
Determines whether this parameter is mandatory. If the parameter location is "path", this property is REQUIRED and its value MUST be true. Otherwise, the property MAY be included and its default value is false -
vendorExtensions
-
-
Konstruktordetails
-
MonetizationAbstractParameter
Constructs a validated instance ofMonetizationAbstractParameter.- Parameter:
spec- the specification to process
-
MonetizationAbstractParameter
@Internal public MonetizationAbstractParameter(Boolean allowEmptyValue, String description, String getref, String in, String name, Boolean required, Map<String, Object> vendorExtensions) Constructs a validated instance ofMonetizationAbstractParameter.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
MonetizationAbstractParameter(Consumer)instead.- Parameter:
allowEmptyValue- Sets the ability to pass empty-valued parameters. This is valid only for query parameters and allows sending a parameter with an empty valuedescription- A brief description of the parameter. This could contain examples of usegetref- The available paths and operations for the APIin- The location of the parameter. Possible values are "query", "header", "path" or "cookie"name- The name of the parameter. Parameter names are case sensitiverequired- Determines whether this parameter is mandatory. If the parameter location is "path", this property is REQUIRED and its value MUST be true. Otherwise, the property MAY be included and its default value is falsevendorExtensions- vendorExtensions
-
MonetizationAbstractParameter
protected MonetizationAbstractParameter()
-
-
Methodendetails
-
allowEmptyValue
Sets the ability to pass empty-valued parameters. This is valid only for query parameters and allows sending a parameter with an empty value -
description
A brief description of the parameter. This could contain examples of use -
getref
The available paths and operations for the API -
in
The location of the parameter. Possible values are "query", "header", "path" or "cookie" -
name
The name of the parameter. Parameter names are case sensitive -
required
Determines whether this parameter is mandatory. If the parameter location is "path", this property is REQUIRED and its value MUST be true. Otherwise, the property MAY be included and its default value is false -
vendorExtensions
-
allowEmptyValue
Sets the ability to pass empty-valued parameters. This is valid only for query parameters and allows sending a parameter with an empty value- Gibt zurück:
this.
-
description
A brief description of the parameter. This could contain examples of use- Gibt zurück:
this.
-
getref
The available paths and operations for the API- Gibt zurück:
this.
-
in
The location of the parameter. Possible values are "query", "header", "path" or "cookie"- Gibt zurück:
this.
-
name
The name of the parameter. Parameter names are case sensitive- Gibt zurück:
this.
-
required
Determines whether this parameter is mandatory. If the parameter location is "path", this property is REQUIRED and its value MUST be true. Otherwise, the property MAY be included and its default value is false- Gibt zurück:
this.
-
vendorExtensions
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-