Interface MinioObjectId

All Known Subinterfaces:
MinioMultipartFile, MinioObjectInfo
All Known Implementing Classes:
DefaultMinioObjectId, MinioMultipartFileImpl

public interface MinioObjectId
The minio object id interface.
Author:
Christian Bremer
  • Method Details

    • from

      static MinioObjectId from(String name)
      From object name.
      Parameters:
      name - the name
      Returns:
      the minio object id
    • from

      static MinioObjectId from(String name, String version)
      From object name and version ID.
      Parameters:
      name - the name
      version - the version
      Returns:
      the minio object id
    • getName

      String getName()
      Gets name.
      Returns:
      the name
    • getVersionId

      String getVersionId()
      Gets version id.
      Returns:
      the version id