ExtensionTypes Interface
public interface ExtensionTypes
Resource collection API of ExtensionTypes.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list(String location, String publisher)
Gets all Extension types based on location and publisher. |
abstract
Paged |
list(String location, String publisher, Context context)
Gets all Extension types based on location and publisher. |
Method Details
list
public abstract PagedIterable<ExtensionType> list(String location, String publisher)
Gets all Extension types based on location and publisher.
Parameters:
Returns:
list
public abstract PagedIterable<ExtensionType> list(String location, String publisher, Context context)
Gets all Extension types based on location and publisher.
Parameters:
Returns: