public class GetContactPropertiesRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
folder
Path to folder in storage
|
String |
format
Contact document format.
|
String |
name
Contact document file name
|
String |
storage
Storage name
|
Constructor and Description |
---|
GetContactPropertiesRequestData(String format,
String name,
String folder,
String storage)
Initializes a new instance of the GetContactPropertiesRequestData class.
|
public String format
public String name
public String folder
public String storage
public GetContactPropertiesRequestData(String format, String name, String folder, String storage)
format
- Contact document format. Enum, available values: VCard, WebDav, Msgname
- Contact document file namefolder
- Path to folder in storagestorage
- Storage nameCopyright © 2020. All rights reserved.