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