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
LocalizableRefProperty
.
-
-
Constructor Summary
Constructors Constructor Description LocalizableRefProperty()
Creates a newLocalizableRefProperty
.LocalizableRefProperty(String ref)
Creates a newLocalizableRefProperty
with the given JSON Reference.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description LocalizableRefProperty
description(String description)
LocalizableRefProperty
description(LocalizableString description)
String
getDescription()
LocalizableString
getLocalizableDescription()
LocalizableString
getLocalizableTitle()
String
getTitle()
void
setDescription(String description)
void
setFormat(String format)
Pull method fromAbstractProperty
into this interface.void
setTitle(String title)
void
setVendorExtension(String name, Object value)
Pull method fromAbstractProperty
into this interface.LocalizableRefProperty
title(String title)
LocalizableRefProperty
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 Detail
-
LocalizableRefProperty
public LocalizableRefProperty()
Creates a newLocalizableRefProperty
.
-
LocalizableRefProperty
public LocalizableRefProperty(String ref)
Creates a newLocalizableRefProperty
with the given JSON Reference.- Parameters:
ref
- JSON Reference
-
-
Method Detail
-
title
public LocalizableRefProperty title(String title)
- Specified by:
title
in interfaceio.swagger.models.properties.Property
- Overrides:
title
in 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:
setTitle
in interfaceio.swagger.models.properties.Property
- Overrides:
setTitle
in classio.swagger.models.properties.AbstractProperty
-
description
public LocalizableRefProperty description(String description)
- Specified by:
description
in interfaceio.swagger.models.properties.Property
- Overrides:
description
in classio.swagger.models.properties.RefProperty
-
setDescription
public void setDescription(String description)
- Specified by:
setDescription
in interfaceio.swagger.models.properties.Property
- Overrides:
setDescription
in classio.swagger.models.properties.AbstractProperty
-
getLocalizableTitle
public LocalizableString getLocalizableTitle()
-
getLocalizableDescription
public LocalizableString getLocalizableDescription()
-
setVendorExtension
public abstract void setVendorExtension(String name, Object value)
Pull method fromAbstractProperty
into this interface.- Parameters:
name
- The name.value
- The value.
-
setFormat
public abstract void setFormat(String format)
Pull method fromAbstractProperty
into this interface.- Parameters:
format
- The format.
-
getTitle
public abstract String getTitle()
-
getDescription
public abstract String getDescription()
-
-