org.mule.devkit.model.module.rest
Interface RestParameter

All Superinterfaces:
Accessible, Annotable, Documentable, Generifiable, Identifiable<VariableElement>, Parameter<RestCall>, Parentable<RestCall>, Variable<RestCall>

public interface RestParameter
extends Parameter<RestCall>


Method Summary
 String getSeparatedBy()
           
 String getUriName()
           
 boolean ignoreIfEmpty()
           
 boolean isContentChunked()
           
 
Methods inherited from interface org.mule.devkit.model.Parameter
getGenericType, isQuery, isQueryPart, shouldBeIgnored
 
Methods inherited from interface org.mule.devkit.model.Variable
getAlternativeName, getDefaultValue, getEmailDomain, getJavaType, getMaxSizeLimit, getMinSizeLimit, getPattern, hasDefaultEmailDomain, hasDefaultValue, hasEmailPattern, hasPattern, hasSizeLimit, isMetaDataKey, isMetaDataStaticKey, isOptional, isRefOnly, isText
 
Methods inherited from interface org.mule.devkit.model.Identifiable
accept, asType, asTypeMirror, getName, isReservedIdentifier, unwrap
 
Methods inherited from interface org.mule.devkit.model.Annotable
getAnnotation, getAnnotationMirrors, hasAnnotation
 
Methods inherited from interface org.mule.devkit.model.Documentable
getJavaDocParameterSummary, getJavaDocSummary, getJavaDocTagContent, getThrowsComment, hasJavaDocTag
 
Methods inherited from interface org.mule.devkit.model.Accessible
isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic
 
Methods inherited from interface org.mule.devkit.model.Generifiable
getTypeArguments, getXmlDeclaredChilds, hasTypeArguments
 
Methods inherited from interface org.mule.devkit.model.Parentable
parent
 

Method Detail

getUriName

String getUriName()

getSeparatedBy

String getSeparatedBy()

isContentChunked

boolean isContentChunked()

ignoreIfEmpty

boolean ignoreIfEmpty()


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.