RegulatoryComplianceStandards Interface
public interface RegulatoryComplianceStandards
Resource collection API of RegulatoryComplianceStandards.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Regulatory |
get(String regulatoryComplianceStandardName)
Supported regulatory compliance details state for selected standard. |
|
abstract
Response<Regulatory |
getWithResponse(String regulatoryComplianceStandardName, Context context)
Supported regulatory compliance details state for selected standard. |
|
abstract
Paged |
list()
Supported regulatory compliance standards details and state. |
|
abstract
Paged |
list(String filter, Context context)
Supported regulatory compliance standards details and state. |
Method Details
get
public abstract RegulatoryComplianceStandard get(String regulatoryComplianceStandardName)
Supported regulatory compliance details state for selected standard.
Parameters:
Returns:
getWithResponse
public abstract Response<RegulatoryComplianceStandard> getWithResponse(String regulatoryComplianceStandardName, Context context)
Supported regulatory compliance details state for selected standard.
Parameters:
Returns:
list
public abstract PagedIterable<RegulatoryComplianceStandard> list()
Supported regulatory compliance standards details and state.
Returns:
list
public abstract PagedIterable<RegulatoryComplianceStandard> list(String filter, Context context)
Supported regulatory compliance standards details and state.
Parameters:
Returns: