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.RefPropertyLocalizableRefProperty.
-
-
Constructor Summary
Constructors Constructor Description LocalizableRefProperty()Creates a newLocalizableRefProperty.LocalizableRefProperty(String ref)Creates a newLocalizableRefPropertywith the given JSON Reference.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description LocalizableRefPropertydescription(String description)LocalizableRefPropertydescription(LocalizableString description)StringgetDescription()LocalizableStringgetLocalizableDescription()LocalizableStringgetLocalizableTitle()StringgetTitle()voidsetDescription(String description)voidsetFormat(String format)Pull method fromAbstractPropertyinto this interface.voidsetTitle(String title)voidsetVendorExtension(String name, Object value)Pull method fromAbstractPropertyinto this interface.LocalizableRefPropertytitle(String title)LocalizableRefPropertytitle(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 Detail
-
LocalizableRefProperty
public LocalizableRefProperty()
Creates a newLocalizableRefProperty.
-
LocalizableRefProperty
public LocalizableRefProperty(String ref)
Creates a newLocalizableRefPropertywith the given JSON Reference.- Parameters:
ref- JSON Reference
-
-
Method Detail
-
title
public LocalizableRefProperty title(String title)
- Specified by:
titlein interfaceio.swagger.models.properties.Property- Overrides:
titlein classio.swagger.models.properties.AbstractProperty
-
title
public LocalizableRefProperty title(LocalizableString title)
-
description
public LocalizableRefProperty description(LocalizableString description)
-
setTitle
public void setTitle(String title)
- Specified by:
setTitlein interfaceio.swagger.models.properties.Property- Overrides:
setTitlein classio.swagger.models.properties.AbstractProperty
-
description
public LocalizableRefProperty description(String description)
- Specified by:
descriptionin interfaceio.swagger.models.properties.Property- Overrides:
descriptionin classio.swagger.models.properties.RefProperty
-
setDescription
public void setDescription(String description)
- Specified by:
setDescriptionin interfaceio.swagger.models.properties.Property- Overrides:
setDescriptionin classio.swagger.models.properties.AbstractProperty
-
getLocalizableTitle
public LocalizableString getLocalizableTitle()
-
getLocalizableDescription
public LocalizableString getLocalizableDescription()
-
setVendorExtension
public abstract void setVendorExtension(String name, Object value)
Pull method fromAbstractPropertyinto this interface.- Parameters:
name- The name.value- The value.
-
setFormat
public abstract void setFormat(String format)
Pull method fromAbstractPropertyinto this interface.- Parameters:
format- The format.
-
getTitle
public abstract String getTitle()
-
getDescription
public abstract String getDescription()
-
-