GraphIdentitySet
Contents
[
Hide
]Inheritance: java.lang.Object
public class GraphIdentitySet
… 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 | 
|---|---|
| GraphIdentitySet() | 
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(GraphIdentity value) | Optional.The application associated with this action. | 
| setDevice(GraphIdentity value) | Optional.The device associated with this action. | 
| setUser(GraphIdentity value) | Optional.The user associated with this action. | 
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) | 
GraphIdentitySet()
public GraphIdentitySet()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| arg0 | java.lang.Object | 
Returns: boolean
getApplication()
public final GraphIdentity getApplication()
Optional.The application associated with this action.
Returns: GraphIdentity
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDevice()
public final GraphIdentity getDevice()
Optional.The device associated with this action.
Returns: GraphIdentity
getUser()
public final GraphIdentity getUser()
Optional.The user associated with this action.
Returns: GraphIdentity
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setApplication(GraphIdentity value)
public final void setApplication(GraphIdentity value)
Optional.The application associated with this action.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | GraphIdentity | 
setDevice(GraphIdentity value)
public final void setDevice(GraphIdentity value)
Optional.The device associated with this action.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | GraphIdentity | 
setUser(GraphIdentity value)
public final void setUser(GraphIdentity value)
Optional.The user associated with this action.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | GraphIdentity | 
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 |