Class MicrosoftGraphTimeSlot

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTimeSlot

public final class MicrosoftGraphTimeSlot extends Object
timeSlot.
  • Constructor Details

    • MicrosoftGraphTimeSlot

      public MicrosoftGraphTimeSlot()
      Creates an instance of MicrosoftGraphTimeSlot class.
  • Method Details

    • end

      Get the end property: dateTimeTimeZone.
      Returns:
      the end value.
    • withEnd

      Set the end property: dateTimeTimeZone.
      Parameters:
      end - the end value to set.
      Returns:
      the MicrosoftGraphTimeSlot object itself.
    • start

      Get the start property: dateTimeTimeZone.
      Returns:
      the start value.
    • withStart

      Set the start property: dateTimeTimeZone.
      Parameters:
      start - the start value to set.
      Returns:
      the MicrosoftGraphTimeSlot object itself.
    • additionalProperties

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

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

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