Klasse Property
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Property
- Bekannte direkte Unterklassen:
ArrayProperty
,BaseIntegerProperty
,BooleanProperty
,ComposedProperty
,DateTimeProperty
,DecimalProperty
,MapProperty
,ObjectProperty
,RefProperty
,StringProperty
,StringSchemaProperty
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Property
extends Object
Property
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Property()
Property
(String access, Boolean allowEmptyValue, String description, Object example, String format, String name, Integer position, Boolean readOnly, Boolean required, String title, String type, Map<String, Object> vendorExtensions, Xml xml) Constructs a validated instance ofProperty
.Constructs a validated instance ofProperty
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaccess()
allowEmptyValue
(Boolean allowEmptyValue) static Property.PropertyBuilder
builder()
protected boolean
description
(String description) boolean
example()
format()
int
hashCode()
name()
position()
readOnly()
required()
title()
toString()
type()
vendorExtensions
(Map<String, Object> vendorExtensions) xml()
-
Felddetails
-
access
-
allowEmptyValue
-
description
-
example
-
format
-
name
-
position
-
readOnly
-
required
-
title
-
type
-
vendorExtensions
-
xml
-
-
Konstruktordetails
-
Property
Constructs a validated instance ofProperty
.- Parameter:
spec
- the specification to process
-
Property
@Internal public Property(String access, Boolean allowEmptyValue, String description, Object example, String format, String name, Integer position, Boolean readOnly, Boolean required, String title, String type, Map<String, Object> vendorExtensions, Xml xml) Constructs a validated instance ofProperty
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Property(Consumer)
instead.- Parameter:
access
- accessallowEmptyValue
- allowEmptyValuedescription
- descriptionexample
- exampleformat
- formatname
- nameposition
- positionreadOnly
- readOnlyrequired
- requiredtitle
- titletype
- typevendorExtensions
- vendorExtensionsxml
- xml
-
Property
protected Property()
-
-
Methodendetails
-
builder
-
access
-
allowEmptyValue
-
description
-
example
-
format
-
name
-
position
-
readOnly
-
required
-
title
-
type
-
vendorExtensions
-
xml
-
access
- Gibt zurück:
this
.
-
allowEmptyValue
- Gibt zurück:
this
.
-
description
- Gibt zurück:
this
.
-
example
- Gibt zurück:
this
.
-
format
- Gibt zurück:
this
.
-
name
- Gibt zurück:
this
.
-
position
- Gibt zurück:
this
.
-
readOnly
- Gibt zurück:
this
.
-
required
- Gibt zurück:
this
.
-
title
- Gibt zurück:
this
.
-
type
- Gibt zurück:
this
.
-
vendorExtensions
- Gibt zurück:
this
.
-
xml
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-