Interface Collapsed
- 
- All Superinterfaces:
 NavigationAware
public interface Collapsed extends NavigationAware
A marker interface indicating an object is a placeholder for properties in our model that have not been expanded.Trying to access a property that has not been requested will result in an IllegalStateException being thrown, properties are requested by providing them in an Expansion to the service.
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCollapsed.ExceptionsAttempting to access a property of a collapsed object should throw an exception, indicating that it was not in the original request. 
- 
Method Summary
- 
Methods inherited from interface com.atlassian.confluence.api.nav.NavigationAware
resolveNavigation 
 - 
 
 -