Uses of Class
org.duracloud.domain.Space
-
Packages that use Space Package Description org.duracloud.client org.duracloud.domain -
-
Uses of Space in org.duracloud.client
Methods in org.duracloud.client that return Space Modifier and Type Method Description SpaceContentStore. getSpace(String spaceId, String prefix, long maxResults, String marker)Provides a space, including the id and properties of the space as well as a limited list of the content items within a space.SpaceContentStoreImpl. getSpace(String spaceId, String prefix, long maxResults, String marker)Provides a space, including the id and properties of the space as well as a limited list of the content items within a space. -
Uses of Space in org.duracloud.domain
Methods in org.duracloud.domain with parameters of type Space Modifier and Type Method Description booleanSpace. equals(Space space)Compares one space to another
-