Class PaginatedScreeningQuestionList.Builder
- java.lang.Object
-
- com.merge.api.resources.ats.types.PaginatedScreeningQuestionList.Builder
-
- Enclosing class:
- PaginatedScreeningQuestionList
public static final class PaginatedScreeningQuestionList.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaginatedScreeningQuestionListbuild()PaginatedScreeningQuestionList.Builderfrom(PaginatedScreeningQuestionList other)PaginatedScreeningQuestionList.Buildernext(java.lang.String next)PaginatedScreeningQuestionList.Buildernext(java.util.Optional<java.lang.String> next)PaginatedScreeningQuestionList.Builderprevious(java.lang.String previous)PaginatedScreeningQuestionList.Builderprevious(java.util.Optional<java.lang.String> previous)PaginatedScreeningQuestionList.Builderresults(java.util.List<ScreeningQuestion> results)PaginatedScreeningQuestionList.Builderresults(java.util.Optional<java.util.List<ScreeningQuestion>> results)
-
-
-
Method Detail
-
from
public PaginatedScreeningQuestionList.Builder from(PaginatedScreeningQuestionList other)
-
next
public PaginatedScreeningQuestionList.Builder next(java.util.Optional<java.lang.String> next)
-
next
public PaginatedScreeningQuestionList.Builder next(java.lang.String next)
-
previous
public PaginatedScreeningQuestionList.Builder previous(java.util.Optional<java.lang.String> previous)
-
previous
public PaginatedScreeningQuestionList.Builder previous(java.lang.String previous)
-
results
public PaginatedScreeningQuestionList.Builder results(java.util.Optional<java.util.List<ScreeningQuestion>> results)
-
results
public PaginatedScreeningQuestionList.Builder results(java.util.List<ScreeningQuestion> results)
-
build
public PaginatedScreeningQuestionList build()
-
-