Interface GrantDetails


public interface GrantDetails
An immutable client-side representation of GrantDetails.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the allocatedBudget property: allocated budget.
    Gets the effectiveDate property: Grant Effective Date.
    Gets the expirationDate property: Expiration Date.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.education.fluent.models.GrantDetailsInner object.
    Gets the name property: The name of the resource.
    Gets the offerCap property: Offer Cap.
    Gets the offerType property: Grant Offer Type.
    Gets the status property: Grant status.
    com.azure.core.management.SystemData
    Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

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

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

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

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

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

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

      Amount allocatedBudget()
      Gets the allocatedBudget property: allocated budget.
      Returns:
      the allocatedBudget value.
    • innerModel

      GrantDetailsInner innerModel()
      Gets the inner com.azure.resourcemanager.education.fluent.models.GrantDetailsInner object.
      Returns:
      the inner object.