Class PrepareDeviceLinkResponse.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.devices.links.types.PrepareDeviceLinkResponse.Builder
-
- All Implemented Interfaces:
PrepareDeviceLinkResponse._FinalStage,PrepareDeviceLinkResponse.DeviceLinkIdStage,PrepareDeviceLinkResponse.DeviceLinkTokenStage,PrepareDeviceLinkResponse.DeviceLinkUrlStage
- Enclosing class:
- PrepareDeviceLinkResponse
public static final class PrepareDeviceLinkResponse.Builder extends java.lang.Object implements PrepareDeviceLinkResponse.DeviceLinkIdStage, PrepareDeviceLinkResponse.DeviceLinkTokenStage, PrepareDeviceLinkResponse.DeviceLinkUrlStage, PrepareDeviceLinkResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrepareDeviceLinkResponsebuild()PrepareDeviceLinkResponse.DeviceLinkTokenStagedeviceLinkId(java.util.UUID deviceLinkId)PrepareDeviceLinkResponse.DeviceLinkUrlStagedeviceLinkToken(java.lang.String deviceLinkToken)PrepareDeviceLinkResponse._FinalStagedeviceLinkUrl(java.lang.String deviceLinkUrl)PrepareDeviceLinkResponse.Builderfrom(PrepareDeviceLinkResponse other)
-
-
-
Method Detail
-
from
public PrepareDeviceLinkResponse.Builder from(PrepareDeviceLinkResponse other)
- Specified by:
fromin interfacePrepareDeviceLinkResponse.DeviceLinkIdStage
-
deviceLinkId
public PrepareDeviceLinkResponse.DeviceLinkTokenStage deviceLinkId(java.util.UUID deviceLinkId)
- Specified by:
deviceLinkIdin interfacePrepareDeviceLinkResponse.DeviceLinkIdStage
-
deviceLinkToken
public PrepareDeviceLinkResponse.DeviceLinkUrlStage deviceLinkToken(java.lang.String deviceLinkToken)
- Specified by:
deviceLinkTokenin interfacePrepareDeviceLinkResponse.DeviceLinkTokenStage
-
deviceLinkUrl
public PrepareDeviceLinkResponse._FinalStage deviceLinkUrl(java.lang.String deviceLinkUrl)
- Specified by:
deviceLinkUrlin interfacePrepareDeviceLinkResponse.DeviceLinkUrlStage
-
build
public PrepareDeviceLinkResponse build()
- Specified by:
buildin interfacePrepareDeviceLinkResponse._FinalStage
-
-