IdentitySet
Inheritance: java.lang.Object
public class IdentitySet
https://docs.microsoft.com/en-us/graph/api/resources/identityset?view=graph-rest-1.0 The IdentitySet resource is a keyed collection of identity resources. It is used to represent a set of identities associated with various events for an item, such as created by or last modified by.
Constructors
| Constructor | Description |
|---|---|
| IdentitySet() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getApplication() | Optional.The application associated with this action. |
| getClass() | |
| getDevice() | Optional.The device associated with this action. |
| getUser() | Optional.The user associated with this action. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setApplication(Identity value) | Optional.The application associated with this action. |
| setDevice(Identity value) | Optional.The device associated with this action. |
| setUser(Identity value) | Optional.The user associated with this action. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
IdentitySet()
public IdentitySet()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getApplication()
public final Identity getApplication()
Optional.The application associated with this action.
Returns: Identity
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDevice()
public final Identity getDevice()
Optional.The device associated with this action.
Returns: Identity
getUser()
public final Identity getUser()
Optional.The user associated with this action.
Returns: Identity
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setApplication(Identity value)
public final void setApplication(Identity value)
Optional.The application associated with this action.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Identity |
setDevice(Identity value)
public final void setDevice(Identity value)
Optional.The device associated with this action.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Identity |
setUser(Identity value)
public final void setUser(Identity value)
Optional.The user associated with this action.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Identity |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |