public static interface TemplatesService.ListRequest extends Request<TemplatesService.ListRequest,TemplatesService.ListResponse>
Modifier and Type | Method and Description |
---|---|
TemplatesService.ListRequest |
caseSensitive(Boolean caseSensitive)
Indicates if the search performed using the
search parameter should be performed taking case into
account. |
TemplatesService.ListRequest |
filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.
|
TemplatesService.ListRequest |
max(BigInteger max)
Sets the maximum number of templates to return.
|
TemplatesService.ListRequest |
max(Integer max)
Sets the maximum number of templates to return.
|
TemplatesService.ListRequest |
max(Long max)
Sets the maximum number of templates to return.
|
TemplatesService.ListRequest |
search(String search)
A query string used to restrict the returned templates.
|
TemplatesService.ListRequest caseSensitive(Boolean caseSensitive)
Indicates if the search performed using the search
parameter should be performed taking case into
account. The default value is true
, which means that case is taken into account. If you want to search
ignoring case set it to false
.
TemplatesService.ListRequest filter(Boolean filter)
Indicates if the results should be filtered according to the permissions of the user.
TemplatesService.ListRequest max(Integer max)
Sets the maximum number of templates to return. If not specified all the templates are returned.
TemplatesService.ListRequest max(Long max)
Sets the maximum number of templates to return. If not specified all the templates are returned.
TemplatesService.ListRequest max(BigInteger max)
Sets the maximum number of templates to return. If not specified all the templates are returned.
TemplatesService.ListRequest search(String search)
A query string used to restrict the returned templates.
Copyright © 2016. All rights reserved.