ExtensionTopics Interface
public interface ExtensionTopics
Resource collection API of ExtensionTopics.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Extension |
get(String scope)
Get properties of an extension topic. |
|
abstract
Response<Extension |
getWithResponse(String scope, Context context)
Get properties of an extension topic. |
Method Details
get
public abstract ExtensionTopic get(String scope)
Get properties of an extension topic. Get the properties of an extension topic.
Parameters:
Returns:
getWithResponse
public abstract Response<ExtensionTopic> getWithResponse(String scope, Context context)
Get properties of an extension topic. Get the properties of an extension topic.
Parameters:
Returns: