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