FileInfoCard Classe
- java.
lang. Object - com.
microsoft. bot. schema. teams. FileInfoCard
- com.
public class FileInfoCard
Carte d’informations de fichier.
Récapitulatif du champ
| Modificateur et type | Champ et description |
|---|---|
| static final java.lang.String |
CONTENT_TYPE
Type de contenu à utiliser dans la propriété de type. |
Récapitulatif du constructeur
| Constructeur | Description | |
|---|---|---|
| FileInfoCard() | ||
Résumé de la méthode
| Modificateur et type | Méthode et description |
|---|---|
| java.lang.Object |
getEtag()
Obtient e |
| java.lang.String |
getFileType()
Obtient le type de fichier. |
| java.lang.String |
getUniqueId()
Obtient un ID unique pour le fichier. |
| void |
setEtag(Object withEtag)
Définit e |
| void |
setFileType(String withFileType)
Définit le type de fichier. |
| void |
setUniqueId(String withUniqueId)
Définit l’ID unique du fichier. |
Méthodes héritées de java.lang.Object
Détails du champ
CONTENT_TYPE
public static final String CONTENT_TYPE
Type de contenu à utiliser dans la propriété de type.
Détails du constructeur
FileInfoCard
public FileInfoCard()
Détails de la méthode
getEtag
public Object getEtag()
Obtient eTag pour le fichier.
Retours:
getFileType
public String getFileType()
Obtient le type de fichier.
Retours:
getUniqueId
public String getUniqueId()
Obtient un ID unique pour le fichier.
Retours:
setEtag
public void setEtag(Object withEtag)
Définit eTag pour le fichier.
Paramètres:
setFileType
public void setFileType(String withFileType)
Définit le type de fichier.
Paramètres:
setUniqueId
public void setUniqueId(String withUniqueId)
Définit l’ID unique du fichier.
Paramètres: