Class ResourceUtilizationSummaryTransientWorkspaceInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class ResourceUtilizationSummaryTransientWorkspaceInfo
    extends ResourceUtilizationWorkspaceInfo
    Represents transient workspace utilization by user.
    Since:
    2.5
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceUtilizationSummaryTransientWorkspaceInfo

        public ResourceUtilizationSummaryTransientWorkspaceInfo​(java.lang.String owner,
                                                                long size,
                                                                java.lang.Integer count)
        The initializing constructor that sets the values of all variables.

        It is not intended or recommended that the consumer of the API construct these objects. They should only be retrieved from service calls, such as ResourceUtilizationService.getAllTransientWorkspaceUtilization().

        Parameters:
        owner - The userId of the owner of the workspace items.
        size - The total size (in bytes) of the workspace items.
        count - The total count of transient workspaces owned by the user.