Reminders

Inheritance: java.lang.Object

public class Reminders

Information about the event’s reminders for the authenticated user.

Constructors

ConstructorDescription
Reminders()Initializes a new instance of the Reminders class.

Methods

MethodDescription
equals(Object arg0)
getClass()
getOverrides()If the event doesn’t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
getUseDefault()Whether the default reminders of the calendar apply to the event.
hashCode()
notify()
notifyAll()
setOverrides(System.Collections.Generic.KeyValuePair<Integer,Integer>[] value)If the event doesn’t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
setUseDefault(boolean value)Whether the default reminders of the calendar apply to the event.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Reminders()

public Reminders()

Initializes a new instance of the Reminders class.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getOverrides()

public final System.Collections.Generic.KeyValuePair<Integer,Integer>[] getOverrides()

If the event doesn’t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.

Returns: com.aspose.ms.System.Collections.Generic.KeyValuePair<java.lang.Integer,java.lang.Integer>[]

getUseDefault()

public final boolean getUseDefault()

Whether the default reminders of the calendar apply to the event.

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setOverrides(System.Collections.Generic.KeyValuePair<Integer,Integer>[] value)

public final void setOverrides(System.Collections.Generic.KeyValuePair<Integer,Integer>[] value)

If the event doesn’t use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.

Parameters:

ParameterTypeDescription
valuecom.aspose.ms.System.Collections.Generic.KeyValuePair<java.lang.Integer,java.lang.Integer>[]

setUseDefault(boolean value)

public final void setUseDefault(boolean value)

Whether the default reminders of the calendar apply to the event.

Parameters:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int