Uses of Interface
org.example.azapi.AzResult

Packages that use AzResult
org.example.azapi The AzApi package contains the interfaces that must be implemented by a provider. 
org.example.azapi.test   
 

Uses of AzResult in org.example.azapi
 

Methods in org.example.azapi that return AzResult
 AzResult AzResponseContext.getResult(AzResourceActionAssociation azAssociation)
          Returns the AzResult object which is associated with a specific AzResourceAssociation object.
 

Methods in org.example.azapi that return types with arguments of type AzResult
 java.util.Set<AzResult> AzResponseContext.getResults()
          Returns a Set of zero to n AzResult objects that are contained in the Response.
 

Uses of AzResult in org.example.azapi.test
 

Methods in org.example.azapi.test with parameters of type AzResult
static void TestAzAPI.printMissingAttributes(AzResult azResult)
           
static void TestAzAPI.printObligations(AzResult azResult)
          Some print modules to help test:
static void TestAzAPI.printResultData(AzResult azResult)