| java.lang.Object | ||
| ↳ | com.clarizen.api.Result | |
| ↳ | com.clarizen.api.GetCalendarInfoResult | |
Java class for GetCalendarInfoResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCalendarInfoResult">
<complexContent>
<extension base="{http://clarizen.com/api}Result">
<sequence>
<element name="DefaultWorkingDay" type="{http://clarizen.com/api}DayInformation" minOccurs="0"/>
<element name="WeekDayInformation" type="{http://clarizen.com/api}ArrayOfDayInformation" minOccurs="0"/>
<element name="WeekStartsOn" type="{http://clarizen.com/api}Day"/>
<element name="WorkingDaysPerMonth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| defaultWorkingDay | |||||||||||
| weekDayInformation | |||||||||||
| weekStartsOn | |||||||||||
| workingDaysPerMonth | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.Result
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the defaultWorkingDay property.
| |||||||||||
Gets the value of the weekDayInformation property.
| |||||||||||
Gets the value of the weekStartsOn property.
| |||||||||||
Gets the value of the workingDaysPerMonth property.
| |||||||||||
Sets the value of the defaultWorkingDay property.
| |||||||||||
Sets the value of the weekDayInformation property.
| |||||||||||
Sets the value of the weekStartsOn property.
| |||||||||||
Sets the value of the workingDaysPerMonth property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.Result
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the defaultWorkingDay property.
DayInformation
Gets the value of the weekDayInformation property.
ArrayOfDayInformation
Gets the value of the weekStartsOn property.
Day
Gets the value of the workingDaysPerMonth property.
Sets the value of the defaultWorkingDay property.
| value | Allowed object is
DayInformation
|
|---|
Sets the value of the weekDayInformation property.
| value | Allowed object is
ArrayOfDayInformation
|
|---|
Sets the value of the weekStartsOn property.
| value | Allowed object is
Day
|
|---|
Sets the value of the workingDaysPerMonth property.
| value | Allowed object is Integer |
|---|