public class IdentitySet extends Object
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.
Constructor and Description |
---|
IdentitySet() |
Modifier and Type | Method and Description |
---|---|
Identity |
getApplication()
Optional.The application associated with this action.
|
Identity |
getDevice()
Optional.The device associated with this action.
|
Identity |
getUser()
Optional.The user associated with this action.
|
void |
setApplication(Identity value)
Optional.The application associated with this action.
|
void |
setDevice(Identity value)
Optional.The device associated with this action.
|
void |
setUser(Identity value)
Optional.The user associated with this action.
|
public final Identity getApplication()
Optional.The application associated with this action.
public final void setApplication(Identity value)
Optional.The application associated with this action.
public final Identity getDevice()
Optional.The device associated with this action.
public final void setDevice(Identity value)
Optional.The device associated with this action.
public final Identity getUser()
Optional.The user associated with this action.
public final void setUser(Identity value)
Optional.The user associated with this action.