SeekToConditionItemView.withBasePoint constructor
SeekToConditionItemView.withBasePoint(
- SearchFilter condition,
- int pageSize,
- OffsetBasePoint offsetBasePoint
Implementation
SeekToConditionItemView.withBasePoint(SearchFilter condition, int pageSize,
enumerations.OffsetBasePoint offsetBasePoint) {
this.Condition = condition;
this.PageSize = pageSize;
this.serviceObjType = ServiceObjectType.Item;
this.OffsetBasePoint = offsetBasePoint;
}