GrantDetailProperties Class
- java.
lang. Object - com.
azure. resourcemanager. education. fluent. models. GrantDetailProperties
- com.
Implements
public final class GrantDetailProperties
implements JsonSerializable<GrantDetailProperties>
Grant detail properties.
Constructor Summary
| Constructor | Description |
|---|---|
| GrantDetailProperties() |
Creates an instance of Grant |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Amount |
allocatedBudget()
Get the allocated |
|
Offset |
effectiveDate()
Get the effective |
|
Offset |
expirationDate()
Get the expiration |
|
static
Grant |
fromJson(JsonReader jsonReader)
Reads an instance of Grant |
| Amount |
offerCap()
Get the offer |
|
Grant |
offerType()
Get the offer |
|
Grant |
status()
Get the status property: Grant status. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
GrantDetailProperties
public GrantDetailProperties()
Creates an instance of GrantDetailProperties class.
Method Details
allocatedBudget
public Amount allocatedBudget()
Get the allocatedBudget property: allocated budget.
Returns:
effectiveDate
public OffsetDateTime effectiveDate()
Get the effectiveDate property: Grant Effective Date.
Returns:
expirationDate
public OffsetDateTime expirationDate()
Get the expirationDate property: Expiration Date.
Returns:
fromJson
public static GrantDetailProperties fromJson(JsonReader jsonReader)
Reads an instance of GrantDetailProperties from the JsonReader.
Parameters:
Returns:
Throws:
offerCap
public Amount offerCap()
Get the offerCap property: Offer Cap.
Returns:
offerType
public GrantType offerType()
Get the offerType property: Grant Offer Type.
Returns:
status
public GrantStatus status()
Get the status property: Grant status.
Returns:
toJson
validate
public void validate()
Validates the instance.