VCardSaveOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.email.ContactSaveOptions
public final class VCardSaveOptions extends ContactSaveOptions
Represents vCard save options
Constructors
Constructor | Description |
---|---|
VCardSaveOptions() | Initializes a new instance of the VCardSaveOptions class |
VCardSaveOptions(int version, boolean useExtensions) | Initializes a new instance of the VCardSaveOptions class |
VCardSaveOptions(int version) | Initializes a new instance of the VCardSaveOptions class |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getDefault() | Gets default VCardSaveOptions |
getSaveFormat() | Gets a save format |
getUseExtensions() | Gets or sets a value indicating whether the extended types can be used |
getVersion() | Gets or sets a vCard version |
hashCode() | |
notify() | |
notifyAll() | |
setUseExtensions(boolean value) | Gets or sets a value indicating whether the extended types can be used |
setVersion(int value) | Gets or sets a vCard version |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
VCardSaveOptions()
public VCardSaveOptions()
Initializes a new instance of the VCardSaveOptions class
VCardSaveOptions(int version, boolean useExtensions)
public VCardSaveOptions(int version, boolean useExtensions)
Initializes a new instance of the VCardSaveOptions class
Parameters:
Parameter | Type | Description |
---|---|---|
version | int | a vCard version |
useExtensions | boolean | indicates whether extended types can be used. |
VCardSaveOptions(int version)
public VCardSaveOptions(int version)
Initializes a new instance of the VCardSaveOptions class
Parameters:
Parameter | Type | Description |
---|---|---|
version | int | a vCard version |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDefault()
public static VCardSaveOptions getDefault()
Gets default VCardSaveOptions
Returns: VCardSaveOptions
getSaveFormat()
public final int getSaveFormat()
Gets a save format
Returns: int
getUseExtensions()
public final boolean getUseExtensions()
Gets or sets a value indicating whether the extended types can be used
Returns: boolean
getVersion()
public final int getVersion()
Gets or sets a vCard version
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setUseExtensions(boolean value)
public final void setUseExtensions(boolean value)
Gets or sets a value indicating whether the extended types can be used
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setVersion(int value)
public final void setVersion(int value)
Gets or sets a vCard version
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |