Class GrantDetailsInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.education.fluent.models.GrantDetailsInner

public final class GrantDetailsInner extends com.azure.core.management.ProxyResource
Grant details.
  • Constructor Details

    • GrantDetailsInner

      public GrantDetailsInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • offerCap

      public Amount offerCap()
      Get the offerCap property: Offer Cap.
      Returns:
      the offerCap value.
    • effectiveDate

      public OffsetDateTime effectiveDate()
      Get the effectiveDate property: Grant Effective Date.
      Returns:
      the effectiveDate value.
    • offerType

      public GrantType offerType()
      Get the offerType property: Grant Offer Type.
      Returns:
      the offerType value.
    • expirationDate

      public OffsetDateTime expirationDate()
      Get the expirationDate property: Expiration Date.
      Returns:
      the expirationDate value.
    • status

      public GrantStatus status()
      Get the status property: Grant status.
      Returns:
      the status value.
    • allocatedBudget

      public Amount allocatedBudget()
      Get the allocatedBudget property: allocated budget.
      Returns:
      the allocatedBudget value.
    • validate

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