Interface Collapsed

  • All Superinterfaces:
    NavigationAware

    @ExperimentalApi
    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 class  Collapsed.Exceptions
      Attempting to access a property of a collapsed object should throw an exception, indicating that it was not in the original request.