Package com.enonic.xp.portal.url
Class AttachmentUrlParams
- java.lang.Object
-
- com.enonic.xp.portal.url.AbstractUrlParams<AttachmentUrlParams>
-
- com.enonic.xp.portal.url.AttachmentUrlParams
-
@PublicApi public final class AttachmentUrlParams extends AbstractUrlParams<AttachmentUrlParams>
-
-
Constructor Summary
Constructors Constructor Description AttachmentUrlParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildToString(MoreObjects.ToStringHelper helper)AttachmentUrlParamsdownload(boolean value)AttachmentUrlParamsdownload(String value)StringgetId()StringgetLabel()StringgetName()StringgetPath()AttachmentUrlParamsid(String value)booleanisDownload()AttachmentUrlParamslabel(String value)AttachmentUrlParamsname(String value)AttachmentUrlParamspath(String value)AttachmentUrlParamssetAsMap(Multimap<String,String> map)-
Methods inherited from class com.enonic.xp.portal.url.AbstractUrlParams
contextPathType, getContextPathType, getDefaultContextPath, getParams, getPortalRequest, getType, param, portalRequest, singleValue, toString, type
-
-
-
-
Method Detail
-
getId
public String getId()
-
getPath
public String getPath()
-
getName
public String getName()
-
getLabel
public String getLabel()
-
isDownload
public boolean isDownload()
-
id
public AttachmentUrlParams id(String value)
-
path
public AttachmentUrlParams path(String value)
-
name
public AttachmentUrlParams name(String value)
-
label
public AttachmentUrlParams label(String value)
-
download
public AttachmentUrlParams download(String value)
-
download
public AttachmentUrlParams download(boolean value)
-
setAsMap
public AttachmentUrlParams setAsMap(Multimap<String,String> map)
- Overrides:
setAsMapin classAbstractUrlParams<AttachmentUrlParams>
-
buildToString
protected void buildToString(MoreObjects.ToStringHelper helper)
- Overrides:
buildToStringin classAbstractUrlParams<AttachmentUrlParams>
-
-