com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class AppointmentCollection

  • All Implemented Interfaces:
    com.aspose.ms.System.Collections.Generic.IGenericCollection<Appointment>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Appointment>, com.aspose.ms.System.Collections.Generic.IGenericList<Appointment>, com.aspose.ms.System.Collections.IEnumerable<Appointment>, Iterable<Appointment>


    public class AppointmentCollection
    extends com.aspose.ms.System.Collections.ObjectModel.Collection<Appointment>

    Represents a collection of Appointment objects.

    • Constructor Detail

      • AppointmentCollection

        public AppointmentCollection()

        Initializes a new instance of the AppointmentCollection class that is empty.

      • AppointmentCollection

        public AppointmentCollection(Iterable<Appointment> appointments)

        Initializes a new instance of the AppointmentCollection class

        Parameters:
        appointments - initial value
    • Method Detail

      • to_

        public static Appointment[] to_(AppointmentCollection appointments)

        Converts collection of appointments to array

        Parameters:
        appointments - Collection of appointments to convert
        Returns:
        Array of appointments
      • to_AppointmentCollection

        public static AppointmentCollection to_AppointmentCollection(Appointment[] appointments)

        Converts array of appointments to collection

        Parameters:
        appointments - Array of appointments to convert
        Returns:
        Collection of appointments
      • to_List

        public static com.aspose.ms.System.Collections.Generic.List<Appointment> to_List(AppointmentCollection appointments)

        Converts collection of appointments to list

        Parameters:
        appointments - Collection of appointments to convert
        Returns:
        List of appointments
      • to_AppointmentCollection

        public static AppointmentCollection to_AppointmentCollection(com.aspose.ms.System.Collections.Generic.List<Appointment> appointments)

        Converts list of appointments to collection

        Parameters:
        appointments - List of appointments to convert
        Returns:
        Collection of appointments