|
|
@ -138,6 +138,18 @@ public class ListOptions {
|
|
|
|
return this;
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@NotNull
|
|
|
|
|
|
|
|
public Builder setPreviousButtonFormat(@NotNull String previousButtonFormat) {
|
|
|
|
|
|
|
|
options.previousButtonFormat = previousButtonFormat;
|
|
|
|
|
|
|
|
return this;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@NotNull
|
|
|
|
|
|
|
|
public Builder setNextButtonFormat(@NotNull String nextButtonFormat) {
|
|
|
|
|
|
|
|
options.nextButtonFormat = nextButtonFormat;
|
|
|
|
|
|
|
|
return this;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@NotNull
|
|
|
|
@NotNull
|
|
|
|
public ListOptions build() {
|
|
|
|
public ListOptions build() {
|
|
|
|
return options;
|
|
|
|
return options;
|
|
|
|