FileInfoCard Classe

  • java.lang.Object
    • com.microsoft.bot.schema.teams.FileInfoCard

public class FileInfoCard

Scheda informazioni file.

Riepilogo dei campi

Modificatore e tipo Campo e descrizione
static final java.lang.String CONTENT_TYPE

Tipo di contenuto da utilizzare nella proprietà type.

Riepilogo dei costruttori

Costruttore Descrizione
FileInfoCard()

Riepilogo dei metodi

Modificatore e tipo Metodo e descrizione
java.lang.Object getEtag()

Ottiene eTag per il file.

java.lang.String getFileType()

Ottiene il tipo di file.

java.lang.String getUniqueId()

Ottiene l'ID univoco per il file.

void setEtag(Object withEtag)

Imposta eTag per il file.

void setFileType(String withFileType)

Imposta il tipo di file.

void setUniqueId(String withUniqueId)

Imposta l'ID univoco per il file.

Metodi ereditati da java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Dettagli del campo

CONTENT_TYPE

public static final String CONTENT_TYPE

Tipo di contenuto da utilizzare nella proprietà type.

Dettagli costruttore

FileInfoCard

public FileInfoCard()

Dettagli metodo

getEtag

public Object getEtag()

Ottiene eTag per il file.

Restituisce:

ETag.

getFileType

public String getFileType()

Ottiene il tipo di file.

Restituisce:

Tipo del file.

getUniqueId

public String getUniqueId()

Ottiene l'ID univoco per il file.

Restituisce:

ID univoco del download.

setEtag

public void setEtag(Object withEtag)

Imposta eTag per il file.

Parametri:

withEtag - Valore eTag.

setFileType

public void setFileType(String withFileType)

Imposta il tipo di file.

Parametri:

withFileType - Tipo del file.

setUniqueId

public void setUniqueId(String withUniqueId)

Imposta l'ID univoco per il file.

Parametri:

withUniqueId - ID univoco del download.

Si applica a