Class Activity
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Activity.Builder,Activity>
Describes the activity information.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Activity.Builderbuilder()final CommentMetadataMetadata of the commenting activity.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final UserMetadataThe user who performed the action.final BooleanIndicates whether an activity is indirect or direct.final StringThe ID of the organization.final ResourceMetadataThe original parent of the resource.final ParticipantsThe list of users or groups impacted by this action.final ResourceMetadataThe metadata of the resource involved in the user action.static Class<? extends Activity.Builder> final InstantThe timestamp when the action was performed.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final ActivityTypetype()The activity type.final StringThe activity type.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
type
The activity type.
If the service returns an enum value that is not available in the current SDK version,
typewill returnActivityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The activity type.
- See Also:
-
typeAsString
The activity type.
If the service returns an enum value that is not available in the current SDK version,
typewill returnActivityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The activity type.
- See Also:
-
timeStamp
The timestamp when the action was performed.
- Returns:
- The timestamp when the action was performed.
-
isIndirectActivity
Indicates whether an activity is indirect or direct. An indirect activity results from a direct activity performed on a parent resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and documents within the parent folder (the indirect activity).
- Returns:
- Indicates whether an activity is indirect or direct. An indirect activity results from a direct activity performed on a parent resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and documents within the parent folder (the indirect activity).
-
organizationId
The ID of the organization.
- Returns:
- The ID of the organization.
-
initiator
The user who performed the action.
- Returns:
- The user who performed the action.
-
participants
The list of users or groups impacted by this action. This is an optional field and is filled for the following sharing activities: DOCUMENT_SHARED, DOCUMENT_SHARED, DOCUMENT_UNSHARED, FOLDER_SHARED, FOLDER_UNSHARED.
- Returns:
- The list of users or groups impacted by this action. This is an optional field and is filled for the following sharing activities: DOCUMENT_SHARED, DOCUMENT_SHARED, DOCUMENT_UNSHARED, FOLDER_SHARED, FOLDER_UNSHARED.
-
resourceMetadata
The metadata of the resource involved in the user action.
- Returns:
- The metadata of the resource involved in the user action.
-
originalParent
The original parent of the resource. This is an optional field and is filled for move activities.
- Returns:
- The original parent of the resource. This is an optional field and is filled for move activities.
-
commentMetadata
Metadata of the commenting activity. This is an optional field and is filled for commenting activities.
- Returns:
- Metadata of the commenting activity. This is an optional field and is filled for commenting activities.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Activity.Builder,Activity> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-