public class RevokeLinkedApiAppArg extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
appId |
protected boolean |
keepAppFolder |
protected String |
teamMemberId |
| Constructor and Description |
|---|
RevokeLinkedApiAppArg(String appId,
String teamMemberId)
The default values for unset fields will be used.
|
RevokeLinkedApiAppArg(String appId,
String teamMemberId,
boolean keepAppFolder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAppId()
The application's unique id
|
boolean |
getKeepAppFolder()
Whether to keep the application dedicated folder (in case the application
uses one)
|
String |
getTeamMemberId()
The unique id of the member owning the device
|
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final String appId
protected final String teamMemberId
protected final boolean keepAppFolder
public RevokeLinkedApiAppArg(String appId, String teamMemberId, boolean keepAppFolder)
appId - The application's unique id. Must not be null.teamMemberId - The unique id of the member owning the device. Must
not be null.keepAppFolder - Whether to keep the application dedicated folder
(in case the application uses one).IllegalArgumentException - If any argument does not meet its
preconditions.public RevokeLinkedApiAppArg(String appId, String teamMemberId)
appId - The application's unique id. Must not be null.teamMemberId - The unique id of the member owning the device. Must
not be null.IllegalArgumentException - If any argument does not meet its
preconditions.public String getAppId()
null.public String getTeamMemberId()
null.public boolean getKeepAppFolder()
null if not present. Defaults to
true.public String toStringMultiline()
The returned String may contain newlines.