public interface IFindUserIVO_v1
extends de.taimos.dvalin.interconnect.model.ivo.IPageable
| Modifier and Type | Method and Description |
|---|---|
IFindUserIVO_v1 |
clone() |
Integer |
getLimit()
the maximum result size
This field is optional, thus may be null.
|
String |
getName()
the name of the user
This field is optional, thus may be null.
|
Integer |
getOffset()
the offset of the first result
This field is optional, thus may be null.
|
String |
getSortBy()
provide this to enable a correct sorted paging of your lists.
|
de.taimos.dvalin.interconnect.model.ivo.Direction |
getSortDirection()
provide this to enable a correct sorted paging of your lists.
|
@Nullable Integer getLimit()
getLimit in interface de.taimos.dvalin.interconnect.model.ivo.IPageable@Nullable Integer getOffset()
getOffset in interface de.taimos.dvalin.interconnect.model.ivo.IPageable@Nullable String getSortBy()
#withSortDirection(Direction) to provide information about sort direction
This field is optional, thus may be null.getSortBy in interface de.taimos.dvalin.interconnect.model.ivo.IPageable@Nullable de.taimos.dvalin.interconnect.model.ivo.Direction getSortDirection()
#withSortBy(String) to provide information about the property to sort by
This field is optional, thus may be null.getSortDirection in interface de.taimos.dvalin.interconnect.model.ivo.IPageable@Nullable String getName()
IFindUserIVO_v1 clone()
clone in interface de.taimos.dvalin.interconnect.model.InterconnectObjectclone in interface de.taimos.dvalin.interconnect.model.ivo.IVOCopyright © 2016 Taimos GmbH. All rights reserved.