Package com.independentsoft.graph
Class TimeSlot
java.lang.Object
com.independentsoft.graph.TimeSlot
- All Implemented Interfaces:
ICreatable
-
Constructor Summary
ConstructorsConstructorDescriptionTimeSlot()TimeSlot(DateTimeTimeZone start, DateTimeTimeZone end)TimeSlot(JsonObject jsonObject) -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()getStart()voidsetEnd(DateTimeTimeZone end)voidsetStart(DateTimeTimeZone start)Converts this object to its JSON representation for creation.
-
Constructor Details
-
TimeSlot
public TimeSlot() -
TimeSlot
-
TimeSlot
-
-
Method Details
-
toCreateJson
Description copied from interface:ICreatableConverts this object to its JSON representation for creation.This method generates a JSON string containing all properties needed to create a new instance of this resource in Microsoft Graph. Only properties appropriate for creation should be included (e.g., excluding read-only properties like ID, createdTime, etc.).
- Specified by:
toCreateJsonin interfaceICreatable- Returns:
- JSON string representation for creating this resource
-
getEnd
-
setEnd
-
getStart
-
setStart
-