Uses of Class
com.aspose.tasks.AvailabilityPeriod
-
-
Uses of AvailabilityPeriod in com.aspose.tasks
Methods in com.aspose.tasks that return AvailabilityPeriod Modifier and Type Method Description AvailabilityPeriod
AvailabilityPeriodCollection. get(int index)
Gets the parentResource
for this object.AvailabilityPeriod
AvailabilityPeriodCollection. remove(int index)
Removes the element at the specified position in this collection and returns the element that was removed from the collection.AvailabilityPeriod
AvailabilityPeriodCollection. set(int index, AvailabilityPeriod item)
Replaces the element at the specified position in this list with the specified element.Methods in com.aspose.tasks that return types with arguments of type AvailabilityPeriod Modifier and Type Method Description Iterator<AvailabilityPeriod>
AvailabilityPeriodCollection. iterator()
Returns an iterator for this collection.Methods in com.aspose.tasks with parameters of type AvailabilityPeriod Modifier and Type Method Description boolean
AvailabilityPeriodCollection. add(AvailabilityPeriod item)
Adds the specified item to this collection.AvailabilityPeriod
AvailabilityPeriodCollection. set(int index, AvailabilityPeriod item)
Replaces the element at the specified position in this list with the specified element.
-