Class GetProfileResponse.Builder
- java.lang.Object
-
- com.rivet.api.resources.group.types.GetProfileResponse.Builder
-
- All Implemented Interfaces:
GetProfileResponse._FinalStage,GetProfileResponse.GroupStage,GetProfileResponse.WatchStage
- Enclosing class:
- GetProfileResponse
public static final class GetProfileResponse.Builder extends java.lang.Object implements GetProfileResponse.GroupStage, GetProfileResponse.WatchStage, GetProfileResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetProfileResponsebuild()GetProfileResponse.Builderfrom(GetProfileResponse other)GetProfileResponse.WatchStagegroup(Profile group)GetProfileResponse._FinalStagewatch(WatchResponse watch)
-
-
-
Method Detail
-
from
public GetProfileResponse.Builder from(GetProfileResponse other)
- Specified by:
fromin interfaceGetProfileResponse.GroupStage
-
group
public GetProfileResponse.WatchStage group(Profile group)
- Specified by:
groupin interfaceGetProfileResponse.GroupStage
-
watch
public GetProfileResponse._FinalStage watch(WatchResponse watch)
- Specified by:
watchin interfaceGetProfileResponse.WatchStage
-
build
public GetProfileResponse build()
- Specified by:
buildin interfaceGetProfileResponse._FinalStage
-
-