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