Skip to content

Commit ff53b64

Browse files
Update comments on request and response for Apply org and spaces
1 parent 18a5b21 commit ff53b64

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/quotas/organizations/_ApplyOrganizationQuotaRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ abstract class _ApplyOrganizationQuotaRequest {
2020
abstract String getOrganizationQuotaId();
2121

2222
/**
23-
* A relationship to the organizations where the quota is applied
23+
* Relationships to the organizations where the quota is applied
2424
* Use of JsonUnwrapped to inline the organization relationships as per the API spec
2525
*/
2626
@JsonUnwrapped

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/quotas/organizations/_ApplyOrganizationQuotaResponse.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
@Value.Immutable
1818
abstract class _ApplyOrganizationQuotaResponse {
1919

20+
/**
21+
* Relationships to the organizations where the quota is applied
22+
* Use of JsonUnwrapped to inline the organization relationships as per the API spec
23+
*/
2024
@JsonUnwrapped
2125
abstract ToManyRelationship organizationRelationships();
2226

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/quotas/spaces/_ApplySpaceQuotaRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ abstract class _ApplySpaceQuotaRequest {
2020
abstract String getSpaceQuotaId();
2121

2222
/**
23-
* A relationship to the spaces where the quota is applied
23+
* Relationships to the spaces where the quota is applied
2424
* Use of JsonUnwrapped to inline the space relationships as per the API spec
2525
*/
2626
@JsonUnwrapped

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/quotas/spaces/_ApplySpaceQuotaResponse.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
@Value.Immutable
1818
abstract class _ApplySpaceQuotaResponse {
1919

20+
/**
21+
* Relationships to the spaces where the quota is applied
22+
* Use of JsonUnwrapped to inline the space relationships as per the API spec
23+
*/
2024
@JsonUnwrapped
2125
abstract ToManyRelationship spaceRelationships();
2226

0 commit comments

Comments
 (0)