Klasse StringProperty
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Property
io.github.primelib.webmethodsapigateway4j.model.StringProperty
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StringProperty
extends Property
StringProperty
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen io.github.primelib.webmethodsapigateway4j.model.Property
Property.PropertyBuilder
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
protected Integer
protected Integer
protected String
Von Klasse geerbte Felder io.github.primelib.webmethodsapigateway4j.model.Property
access, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
StringProperty
(String _default, List<String> _enum, Integer maxLength, Integer minLength, String pattern) Constructs a validated instance ofStringProperty
.StringProperty
(Consumer<StringProperty> spec) Constructs a validated instance ofStringProperty
. -
Methodenübersicht
Von Klasse geerbte Methoden io.github.primelib.webmethodsapigateway4j.model.Property
access, access, allowEmptyValue, allowEmptyValue, builder, description, description, example, example, format, format, name, name, position, position, readOnly, readOnly, required, required, title, title, type, type, vendorExtensions, vendorExtensions, xml, xml
-
Felddetails
-
_default
-
_enum
-
maxLength
-
minLength
-
pattern
-
-
Konstruktordetails
-
StringProperty
Constructs a validated instance ofStringProperty
.- Parameter:
spec
- the specification to process
-
StringProperty
@Internal public StringProperty(String _default, List<String> _enum, Integer maxLength, Integer minLength, String pattern) Constructs a validated instance ofStringProperty
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StringProperty(Consumer)
instead.- Parameter:
_default
- _default_enum
- _enummaxLength
- maxLengthminLength
- minLengthpattern
- pattern
-
StringProperty
protected StringProperty()
-
-
Methodendetails
-
_default
-
_enum
-
maxLength
-
minLength
-
pattern
-
_default
- Gibt zurück:
this
.
-
_enum
- Gibt zurück:
this
.
-
maxLength
- Gibt zurück:
this
.
-
minLength
- Gibt zurück:
this
.
-
pattern
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-