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