Class GetDeviceLinkResponse.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.devices.links.types.GetDeviceLinkResponse.Builder
-
- All Implemented Interfaces:
GetDeviceLinkResponse._FinalStage,GetDeviceLinkResponse.WatchStage
- Enclosing class:
- GetDeviceLinkResponse
public static final class GetDeviceLinkResponse.Builder extends java.lang.Object implements GetDeviceLinkResponse.WatchStage, GetDeviceLinkResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetDeviceLinkResponsebuild()GetDeviceLinkResponse._FinalStagecloudToken(java.lang.String cloudToken)GetDeviceLinkResponse._FinalStagecloudToken(java.util.Optional<java.lang.String> cloudToken)GetDeviceLinkResponse.Builderfrom(GetDeviceLinkResponse other)GetDeviceLinkResponse._FinalStagewatch(WatchResponse watch)
-
-
-
Method Detail
-
from
public GetDeviceLinkResponse.Builder from(GetDeviceLinkResponse other)
- Specified by:
fromin interfaceGetDeviceLinkResponse.WatchStage
-
watch
public GetDeviceLinkResponse._FinalStage watch(WatchResponse watch)
- Specified by:
watchin interfaceGetDeviceLinkResponse.WatchStage
-
cloudToken
public GetDeviceLinkResponse._FinalStage cloudToken(java.lang.String cloudToken)
- Specified by:
cloudTokenin interfaceGetDeviceLinkResponse._FinalStage
-
cloudToken
public GetDeviceLinkResponse._FinalStage cloudToken(java.util.Optional<java.lang.String> cloudToken)
- Specified by:
cloudTokenin interfaceGetDeviceLinkResponse._FinalStage
-
build
public GetDeviceLinkResponse build()
- Specified by:
buildin interfaceGetDeviceLinkResponse._FinalStage
-
-