Interface Volume

All Known Implementing Classes:
VolatileVolume

public interface Volume
  • Method Summary

    Modifier and Type
    Method
    Description
    com.here.platform.data.client.model.DurableVolume$
    Syntax sugar to cast a VolumeType.Durable into a DurableVolume
    Syntax sugar to cast a VolumeType.Volatile into a VolatileVolume
     
  • Method Details

    • asDurableVolume

      com.here.platform.data.client.model.DurableVolume$ asDurableVolume()
      Syntax sugar to cast a VolumeType.Durable into a DurableVolume
    • asVolatileVolume

      VolatileVolume asVolatileVolume()
      Syntax sugar to cast a VolumeType.Volatile into a VolatileVolume
    • volumeType

      VolumeType volumeType()