Class RevokeAccessStateResponse
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.RevokeAccessStateResponse
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RevokeAccessStateResponse extends com.ibm.cloud.sdk.core.service.model.GenericModelRevoke access states with pagination support.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchAssetPaginationInfogetNext()Gets the next.java.util.List<Asset>getResults()Gets the results.java.lang.LonggetTotalCount()Gets the totalCount.
-
-
-
Method Detail
-
getResults
public java.util.List<Asset> getResults()
Gets the results. Holds revoke access state.- Returns:
- the results
-
getTotalCount
public java.lang.Long getTotalCount()
Gets the totalCount. Total number of rows available.- Returns:
- the totalCount
-
getNext
public SearchAssetPaginationInfo getNext()
Gets the next. Pagination information for the next page of results.- Returns:
- the next
-
-