public abstract class SendInviteParam
extends java.lang.Object
SendInviteParam abstract class wraps various properties related to the parameter
surrounding an invitation for a user account to access an IoT device.| Modifier and Type | Class and Description |
|---|---|
static class |
SendInviteParam.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SendInviteParam.Builder |
builder()
Returns the
SendInviteParam.Builder object for the SendInviteParam abstract class. |
abstract java.util.Map<java.lang.String,java.lang.String> |
content()
Returns a Map of the content.
|
abstract java.lang.String |
iotId()
Returns a String of the identification number of the IoT device.
|
abstract java.lang.String |
iotType()
Returns a String of the IoT device type.
|
abstract java.lang.String |
receiver()
Returns a String of the recipient of the invitation.
|
abstract java.lang.String |
receiverType()
Returns a String of the receiver type.
|
public abstract java.lang.String iotId()
public abstract java.lang.String iotType()
public abstract java.lang.String receiver()
@Nullable public abstract java.lang.String receiverType()
null.@Nullable public abstract java.util.Map<java.lang.String,java.lang.String> content()
public static SendInviteParam.Builder builder()
SendInviteParam.Builder object for the SendInviteParam abstract class.SendInviteParam.Builder object for the SendInviteParam abstract class.