Class GetDeviceLinkRequest.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.devices.links.requests.GetDeviceLinkRequest.Builder
-
- All Implemented Interfaces:
GetDeviceLinkRequest._FinalStage,GetDeviceLinkRequest.DeviceLinkTokenStage
- Enclosing class:
- GetDeviceLinkRequest
public static final class GetDeviceLinkRequest.Builder extends java.lang.Object implements GetDeviceLinkRequest.DeviceLinkTokenStage, GetDeviceLinkRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetDeviceLinkRequestbuild()GetDeviceLinkRequest._FinalStagedeviceLinkToken(java.lang.String deviceLinkToken)GetDeviceLinkRequest.Builderfrom(GetDeviceLinkRequest other)GetDeviceLinkRequest._FinalStagewatchIndex(java.lang.String watchIndex)GetDeviceLinkRequest._FinalStagewatchIndex(java.util.Optional<java.lang.String> watchIndex)
-
-
-
Method Detail
-
from
public GetDeviceLinkRequest.Builder from(GetDeviceLinkRequest other)
- Specified by:
fromin interfaceGetDeviceLinkRequest.DeviceLinkTokenStage
-
deviceLinkToken
public GetDeviceLinkRequest._FinalStage deviceLinkToken(java.lang.String deviceLinkToken)
- Specified by:
deviceLinkTokenin interfaceGetDeviceLinkRequest.DeviceLinkTokenStage
-
watchIndex
public GetDeviceLinkRequest._FinalStage watchIndex(java.lang.String watchIndex)
- Specified by:
watchIndexin interfaceGetDeviceLinkRequest._FinalStage
-
watchIndex
public GetDeviceLinkRequest._FinalStage watchIndex(java.util.Optional<java.lang.String> watchIndex)
- Specified by:
watchIndexin interfaceGetDeviceLinkRequest._FinalStage
-
build
public GetDeviceLinkRequest build()
- Specified by:
buildin interfaceGetDeviceLinkRequest._FinalStage
-
-