Package org.bremersee.minio
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 Summary
Modifier and TypeMethodDescriptionstatic MinioObjectIdFrom object name.static MinioObjectIdFrom object name and version ID.getName()Gets name.Gets version id.
-
Method Details
-
from
From object name.- Parameters:
name- the name- Returns:
- the minio object id
-
from
From object name and version ID.- Parameters:
name- the nameversion- 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
-