Class MicrosoftGraphTimeOffReason

    • Constructor Detail

      • MicrosoftGraphTimeOffReason

        public MicrosoftGraphTimeOffReason()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: The name of the timeOffReason. Required.
        Returns:
        the displayName value.
      • withDisplayName

        public MicrosoftGraphTimeOffReason withDisplayName​(String displayName)
        Set the displayName property: The name of the timeOffReason. Required.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the MicrosoftGraphTimeOffReason object itself.
      • isActive

        public Boolean isActive()
        Get the isActive property: Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required.
        Returns:
        the isActive value.
      • withIsActive

        public MicrosoftGraphTimeOffReason withIsActive​(Boolean isActive)
        Set the isActive property: Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required.
        Parameters:
        isActive - the isActive value to set.
        Returns:
        the MicrosoftGraphTimeOffReason object itself.
      • withCreatedDateTime

        public MicrosoftGraphTimeOffReason withCreatedDateTime​(OffsetDateTime createdDateTime)
        Set the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.
        Overrides:
        withCreatedDateTime in class MicrosoftGraphChangeTrackedEntity
        Parameters:
        createdDateTime - the createdDateTime value to set.
        Returns:
        the MicrosoftGraphChangeTrackedEntity object itself.
      • withLastModifiedDateTime

        public MicrosoftGraphTimeOffReason withLastModifiedDateTime​(OffsetDateTime lastModifiedDateTime)
        Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.
        Overrides:
        withLastModifiedDateTime in class MicrosoftGraphChangeTrackedEntity
        Parameters:
        lastModifiedDateTime - the lastModifiedDateTime value to set.
        Returns:
        the MicrosoftGraphChangeTrackedEntity object itself.