public class MinioBucket extends AbstractCommon implements WithOperations<MinioBucketOperations>
Constructor and Description |
---|
MinioBucket(CharSequence name,
Supplier<Date> time,
MinioOperations oper) |
Modifier and Type | Method and Description |
---|---|
protected static MinioBucketOperations |
buildWithOperations(MinioBucket self,
MinioOperations oper) |
boolean |
equals(Object other) |
Date |
getCreationTime() |
int |
hashCode() |
String |
toDescription() |
MinioBucketOperations |
withOperations() |
toJSONString, toString
getName, setName
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
toJSONString
public MinioBucket(@NonNull CharSequence name, @NonNull Supplier<Date> time, @NonNull MinioOperations oper)
@NonNull public MinioBucketOperations withOperations()
withOperations
in interface WithOperations<MinioBucketOperations>
@NonNull public String toDescription()
toDescription
in interface WithDescription
toDescription
in class AbstractCommon
public int hashCode()
hashCode
in class AbstractCommon
public boolean equals(Object other)
equals
in class AbstractCommon
@NonNull protected static MinioBucketOperations buildWithOperations(@NonNull MinioBucket self, @NonNull MinioOperations oper)