public class ReplaceFileRequest
extends Object
implements Serializable
Constructor and Description |
---|
ReplaceFileRequest() |
Modifier and Type | Method and Description |
---|---|
ReplaceFileRequest |
description(String description) |
boolean |
equals(Object o) |
ReplaceFileRequest |
file(File file) |
ReplaceFileRequest |
fileId(String fileId) |
String |
getDescription()
Get description
|
File |
getFile()
Get file
|
String |
getFileId()
Get fileId
|
String |
getIfMatch()
Get ifMatch
|
String |
getName()
Get name
|
String |
getScope()
Get scope
|
int |
hashCode() |
ReplaceFileRequest |
ifMatch(String ifMatch) |
ReplaceFileRequest |
name(String name) |
ReplaceFileRequest |
scope(String scope) |
void |
setDescription(String description) |
void |
setFile(File file) |
void |
setFileId(String fileId) |
void |
setIfMatch(String ifMatch) |
void |
setName(String name) |
void |
setScope(String scope) |
String |
toString() |
public ReplaceFileRequest ifMatch(String ifMatch)
public String getIfMatch()
public void setIfMatch(String ifMatch)
public ReplaceFileRequest file(File file)
public File getFile()
public void setFile(File file)
public ReplaceFileRequest scope(String scope)
public String getScope()
public void setScope(String scope)
public ReplaceFileRequest name(String name)
public String getName()
public void setName(String name)
public ReplaceFileRequest description(String description)
public String getDescription()
public void setDescription(String description)
public ReplaceFileRequest fileId(String fileId)
public String getFileId()
public void setFileId(String fileId)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object