Class ReclamationsList
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.resource_controller.v2.model.ReclamationsList
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ReclamationsList extends com.ibm.cloud.sdk.core.service.model.GenericModelA list of reclamations.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Reclamation>getResources()Gets the resources.
-
-
-
Method Detail
-
getResources
public java.util.List<Reclamation> getResources()
Gets the resources. A list of reclamations.- Returns:
- the resources
-
-