Class FindMostViewedAssetsRequest.Builder
Object
Builder
- Enclosing class:
FindMostViewedAssetsRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
but()
Deprecated.This method will be removed in the future.guestExcluded
(boolean guestExcluded) isGuestExcluded
(boolean isGuestExcluded) Deprecated.This method will be removed from the next major release.limit
(int limit) offset
(int offset) period
(long period) toString()
-
Method Details
-
isGuestExcluded
Deprecated.This method will be removed from the next major release. Please useguestExcluded(boolean)
Sets if guest user visits should be excluded.- Parameters:
isGuestExcluded
- boolean specifying whether or not to exclude guest visits
-
but
Deprecated.This method will be removed in the future. Please, useFindMostViewedAssetsRequest.builder()
Clone method for this Builder. -
offset
- Returns:
this
.
-
limit
- Returns:
this
.
-
period
- Returns:
this
.
-
guestExcluded
- Returns:
this
.
-
build
-
toString
-