public class DeleteContactPropertyRequestData extends Object
Modifier and Type | Field and Description |
---|---|
StorageFolderLocation |
folder
Calendar document location in storage information
|
String |
format
Contact document format Enum, available values: VCard, WebDav, Msg
|
Integer |
index
Property index
|
String |
memberName
Indexed property name
|
String |
name
Contact document file name
|
Constructor and Description |
---|
DeleteContactPropertyRequestData(String format,
String name,
String memberName,
Integer index,
StorageFolderLocation folder)
Initializes a new instance of the DeleteContactPropertyRequestData class.
|
public String format
public String name
public String memberName
public Integer index
public StorageFolderLocation folder
public DeleteContactPropertyRequestData(String format, String name, String memberName, Integer index, StorageFolderLocation folder)
format
- Contact document format Enum, available values: VCard, WebDav, Msgname
- Contact document file namememberName
- Indexed property nameindex
- Property indexfolder
- Calendar document location in storage informationCopyright © 2020. All rights reserved.