public class UpdateCustomBitlinkRequest extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | UpdateCustomBitlinkRequest.BuilderBuilder to make request construction easier. | 
| Constructor and Description | 
|---|
| UpdateCustomBitlinkRequest()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static UpdateCustomBitlinkRequest.Builder | builder()Returns a builder for the request. | 
| String | getBitlinkId()Returns the id of the bitlink. | 
| void | setBitlinkId(String bitlinkId)Sets the id of the bitlink. | 
| String | toString()Returns a string representation of the object. | 
public UpdateCustomBitlinkRequest()
public String getBitlinkId()
public void setBitlinkId(String bitlinkId)
bitlinkId - The id of the bitlinkpublic String toString()
public static UpdateCustomBitlinkRequest.Builder builder()
Copyright © 2020. All rights reserved.