Package com.c8db.model
Class CollectionRenameOptions
- java.lang.Object
-
- com.c8db.model.CollectionRenameOptions
-
public class CollectionRenameOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description CollectionRenameOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()protected CollectionRenameOptionsname(String name)
-
-
-
Method Detail
-
getName
public String getName()
-
name
protected CollectionRenameOptions name(String name)
- Parameters:
name- The new name- Returns:
- options
-
-