com.mangofactory.swagger.models.dto.builder
Class ModelPropertyBuilder
java.lang.Object
com.mangofactory.swagger.models.dto.builder.ModelPropertyBuilder
public class ModelPropertyBuilder
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelPropertyBuilder
public ModelPropertyBuilder()
type
public ModelPropertyBuilder type(java.lang.String type)
qualifiedType
public ModelPropertyBuilder qualifiedType(java.lang.String qualifiedType)
position
public ModelPropertyBuilder position(int position)
required
public ModelPropertyBuilder required(java.lang.Boolean required)
description
public ModelPropertyBuilder description(java.lang.String description)
allowableValues
public ModelPropertyBuilder allowableValues(AllowableValues allowableValues)
iItems
public ModelPropertyBuilder iItems(ModelRef items)
build
public ModelProperty build()