Interface MinioObjectId

    • Method Detail

      • from

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

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

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

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