パッケージ | 説明 |
---|---|
jp.co.ucm.im.groupmail.api.models |
APIが情報格納用に使用するクラスのパッケージです。
|
修飾子とタイプ | メソッドと説明 |
---|---|
Attachment.StorageType |
Attachment.getStorageType()
storageTypeを返します。
|
static Attachment.StorageType |
Attachment.StorageType.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Attachment.StorageType[] |
Attachment.StorageType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Attachment.setStorageType(Attachment.StorageType storageType)
storageType を設定します。
|
コンストラクタと説明 |
---|
Attachment(Attachment.StorageType type,
String fileCd,
String name)
コンストラクター
|
Copyright © 2022 UCM Co., Ltd.. All rights reserved.