FileInfoCard Clase

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

public class FileInfoCard

Tarjeta de información de archivo.

Resumen del campo

Modificador y tipo Campo y descripción
static final java.lang.String CONTENT_TYPE

Tipo de contenido que se va a usar en la propiedad type.

Resumen del constructor

Constructor Description
FileInfoCard()

Resumen del método

Modificador y tipo Método y descripción
java.lang.Object getEtag()

Obtiene eEtiqueta para el archivo.

java.lang.String getFileType()

Obtiene el tipo de archivo.

java.lang.String getUniqueId()

Obtiene el identificador único del archivo.

void setEtag(Object withEtag)

Establece eEtiqueta para el archivo.

void setFileType(String withFileType)

Establece el tipo de archivo.

void setUniqueId(String withUniqueId)

Establece el identificador único del archivo.

Métodos heredados de 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

Detalles del campo

CONTENT_TYPE

public static final String CONTENT_TYPE

Tipo de contenido que se va a usar en la propiedad type.

Detalles del constructor

FileInfoCard

public FileInfoCard()

Detalles del método

getEtag

public Object getEtag()

Obtiene eTag para el archivo.

Devoluciones:

ETag.

getFileType

public String getFileType()

Obtiene el tipo de archivo.

Devoluciones:

Tipo del archivo.

getUniqueId

public String getUniqueId()

Obtiene el identificador único del archivo.

Devoluciones:

Identificador único de la descarga.

setEtag

public void setEtag(Object withEtag)

Establece eTag para el archivo.

Parámetros:

withEtag - Valor eTag.

setFileType

public void setFileType(String withFileType)

Establece el tipo de archivo.

Parámetros:

withFileType - Tipo del archivo.

setUniqueId

public void setUniqueId(String withUniqueId)

Establece el identificador único del archivo.

Parámetros:

withUniqueId - Identificador único de la descarga.

Se aplica a