Package com.strongdm.api
Class ActivityEntity
java.lang.Object
com.strongdm.api.ActivityEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()The email of the affected entity, if it has one (for example, if it is an account).The external ID of the affected entity, if it has one (for example, if it is an account).getId()The unique identifier of the entity this activity affected.getName()A display name representing the affected entity.getType()The type of entity affected, one of the ActivityEntityType constants.voidThe email of the affected entity, if it has one (for example, if it is an account).voidsetExternalId(String in) The external ID of the affected entity, if it has one (for example, if it is an account).voidThe unique identifier of the entity this activity affected.voidA display name representing the affected entity.voidThe type of entity affected, one of the ActivityEntityType constants.
-
Constructor Details
-
ActivityEntity
public ActivityEntity()
-
-
Method Details
-
getEmail
The email of the affected entity, if it has one (for example, if it is an account). -
setEmail
The email of the affected entity, if it has one (for example, if it is an account). -
getExternalId
The external ID of the affected entity, if it has one (for example, if it is an account). -
setExternalId
The external ID of the affected entity, if it has one (for example, if it is an account). -
getId
The unique identifier of the entity this activity affected. -
setId
The unique identifier of the entity this activity affected. -
getName
A display name representing the affected entity. -
setName
A display name representing the affected entity. -
getType
The type of entity affected, one of the ActivityEntityType constants. -
setType
The type of entity affected, one of the ActivityEntityType constants.
-