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
TYPEFields inherited from class io.swagger.models.properties.AbstractProperty
access, allowEmptyValue, example, format, name, position, readOnly, required, type, vendorExtensions, xml -
Constructor Summary
ConstructorsConstructorDescriptionCreates a newLocalizableRefProperty.Creates a newLocalizableRefPropertywith the given JSON Reference. -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) description(LocalizableString description) getTitle()voidsetDescription(String description) voidPull method fromAbstractPropertyinto this interface.voidvoidsetVendorExtension(String name, Object value) Pull method fromAbstractPropertyinto 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, setTypeMethods 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, setXmlMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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 newLocalizableRefPropertywith the given JSON Reference.- Parameters:
ref- JSON Reference
-
-
Method Details
-
title
- Specified by:
titlein interfaceio.swagger.models.properties.Property- Overrides:
titlein classio.swagger.models.properties.AbstractProperty
-
title
-
description
-
setTitle
- Specified by:
setTitlein interfaceio.swagger.models.properties.Property- Overrides:
setTitlein classio.swagger.models.properties.AbstractProperty
-
description
- Specified by:
descriptionin interfaceio.swagger.models.properties.Property- Overrides:
descriptionin classio.swagger.models.properties.RefProperty
-
setDescription
- Specified by:
setDescriptionin interfaceio.swagger.models.properties.Property- Overrides:
setDescriptionin classio.swagger.models.properties.AbstractProperty
-
getLocalizableTitle
-
getLocalizableDescription
-
setVendorExtension
Pull method fromAbstractPropertyinto this interface.- Parameters:
name- The name.value- The value.
-
setFormat
Pull method fromAbstractPropertyinto this interface.- Parameters:
format- The format.
-
getTitle
String getTitle() -
getDescription
String getDescription()
-