public class LazyLoadOptions extends Object
| Constructor and Description |
|---|
LazyLoadOptions() |
LazyLoadOptions(Integer scrollLength,
Integer waitingTime,
Integer pageHeight) |
| Modifier and Type | Method and Description |
|---|---|
LazyLoadOptions |
clone() |
Integer |
getMaxAmountToScroll() |
Integer |
getScrollLength() |
Integer |
getWaitingTime() |
LazyLoadOptions |
maxAmountToScroll(Integer maxAmountToScroll) |
LazyLoadOptions |
scrollLength(Integer scrollLength) |
LazyLoadOptions |
waitingTime(Integer waitingTime) |
public LazyLoadOptions clone()
public Integer getScrollLength()
public LazyLoadOptions scrollLength(Integer scrollLength)
public Integer getWaitingTime()
public LazyLoadOptions waitingTime(Integer waitingTime)
public Integer getMaxAmountToScroll()
public LazyLoadOptions maxAmountToScroll(Integer maxAmountToScroll)
Copyright © 2023. All rights reserved.