public class GetContactModelRequestData 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 |
---|
GetContactModelRequestData(String format,
String name,
String folder,
String storage)
Initializes a new instance of the GetContactModelRequestData class.
|
public String format
public String name
public String folder
public String storage
public GetContactModelRequestData(String format, String name, String folder, String storage)
format
- Contact document format. Enum, available values: VCard, WebDav, Msgname
- Contact document file name.folder
- Path to folder in storage.storage
- Storage name.Copyright © 2020. All rights reserved.