Package org.forgerock.api.transform
Class LocalizableRefProperty
java.lang.Object
io.swagger.models.properties.AbstractProperty
io.swagger.models.properties.RefProperty
org.forgerock.api.transform.LocalizableRefProperty
- All Implemented Interfaces:
io.swagger.models.properties.Property
,Cloneable
public class LocalizableRefProperty
extends io.swagger.models.properties.RefProperty
Localizable
RefProperty
.-
Field Summary
Fields inherited from class io.swagger.models.properties.RefProperty
TYPE
Fields inherited from class io.swagger.models.properties.AbstractProperty
access, allowEmptyValue, example, format, name, position, readOnly, required, type, vendorExtensions, xml
-
Constructor Summary
ConstructorDescriptionCreates a newLocalizableRefProperty
.Creates a newLocalizableRefProperty
with the given JSON Reference. -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) description
(LocalizableString description) getTitle()
void
setDescription
(String description) void
Pull method fromAbstractProperty
into this interface.void
void
setVendorExtension
(String name, Object value) Pull method fromAbstractProperty
into this interface.title
(LocalizableString title) Methods inherited from class io.swagger.models.properties.RefProperty
asDefault, equals, get$ref, getRefFormat, getSimpleRef, getType, hashCode, isType, set$ref, setType
Methods inherited from class io.swagger.models.properties.AbstractProperty
allowEmptyValue, getAccess, getAllowEmptyValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getVendorExtensions, getXml, readOnly, rename, setAccess, setAllowEmptyValue, setDefault, setExample, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setVendorExtension, setVendorExtensionMap, setVendorExtensions, setXml
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.swagger.models.properties.Property
getAccess, getAllowEmptyValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, rename, setAccess, setAllowEmptyValue, setDefault, setExample, setExample, setName, setPosition, setReadOnly, setRequired, setXml
-
Constructor Details
-
LocalizableRefProperty
public LocalizableRefProperty()Creates a newLocalizableRefProperty
. -
LocalizableRefProperty
Creates a newLocalizableRefProperty
with the given JSON Reference.- Parameters:
ref
- JSON Reference
-
-
Method Details
-
title
- Specified by:
title
in interfaceio.swagger.models.properties.Property
- Overrides:
title
in classio.swagger.models.properties.AbstractProperty
-
title
-
description
-
setTitle
- Specified by:
setTitle
in interfaceio.swagger.models.properties.Property
- Overrides:
setTitle
in classio.swagger.models.properties.AbstractProperty
-
description
- Specified by:
description
in interfaceio.swagger.models.properties.Property
- Overrides:
description
in classio.swagger.models.properties.RefProperty
-
setDescription
- Specified by:
setDescription
in interfaceio.swagger.models.properties.Property
- Overrides:
setDescription
in classio.swagger.models.properties.AbstractProperty
-
getLocalizableTitle
-
getLocalizableDescription
-
setVendorExtension
Pull method fromAbstractProperty
into this interface.- Parameters:
name
- The name.value
- The value.
-
setFormat
Pull method fromAbstractProperty
into this interface.- Parameters:
format
- The format.
-
getTitle
String getTitle() -
getDescription
String getDescription()
-