Class MicrosoftGraphScheduleEntity

    • Constructor Detail

      • MicrosoftGraphScheduleEntity

        public MicrosoftGraphScheduleEntity()
    • Method Detail

      • endDateTime

        public OffsetDateTime endDateTime()
        Get the endDateTime property: The endDateTime property.
        Returns:
        the endDateTime value.
      • withEndDateTime

        public MicrosoftGraphScheduleEntity withEndDateTime​(OffsetDateTime endDateTime)
        Set the endDateTime property: The endDateTime property.
        Parameters:
        endDateTime - the endDateTime value to set.
        Returns:
        the MicrosoftGraphScheduleEntity object itself.
      • startDateTime

        public OffsetDateTime startDateTime()
        Get the startDateTime property: The startDateTime property.
        Returns:
        the startDateTime value.
      • withStartDateTime

        public MicrosoftGraphScheduleEntity withStartDateTime​(OffsetDateTime startDateTime)
        Set the startDateTime property: The startDateTime property.
        Parameters:
        startDateTime - the startDateTime value to set.
        Returns:
        the MicrosoftGraphScheduleEntity object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: scheduleEntity.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public MicrosoftGraphScheduleEntity withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: scheduleEntity.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphScheduleEntity object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.