Class GetProfileRequest.Builder
- java.lang.Object
-
- com.rivet.api.resources.group.requests.GetProfileRequest.Builder
-
- Enclosing class:
- GetProfileRequest
public static final class GetProfileRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetProfileRequestbuild()GetProfileRequest.Builderfrom(GetProfileRequest other)GetProfileRequest.BuilderwatchIndex(java.lang.String watchIndex)GetProfileRequest.BuilderwatchIndex(java.util.Optional<java.lang.String> watchIndex)
-
-
-
Method Detail
-
from
public GetProfileRequest.Builder from(GetProfileRequest other)
-
watchIndex
public GetProfileRequest.Builder watchIndex(java.util.Optional<java.lang.String> watchIndex)
-
watchIndex
public GetProfileRequest.Builder watchIndex(java.lang.String watchIndex)
-
build
public GetProfileRequest build()
-
-