Class WebappsResource
The "webapps" collection of methods.
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class WebappsResource
Constructors
WebappsResource(IClientService)
Constructs a new resource.
Declaration
public WebappsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string, string)
Deletes an existing web app.
Declaration
public virtual WebappsResource.DeleteRequest Delete(string enterpriseId, string webAppId)
Parameters
Type | Name | Description |
---|---|---|
string | enterpriseId | The ID of the enterprise. |
string | webAppId | The ID of the web app. |
Returns
Type | Description |
---|---|
WebappsResource.DeleteRequest |
Get(string, string)
Gets an existing web app.
Declaration
public virtual WebappsResource.GetRequest Get(string enterpriseId, string webAppId)
Parameters
Type | Name | Description |
---|---|---|
string | enterpriseId | The ID of the enterprise. |
string | webAppId | The ID of the web app. |
Returns
Type | Description |
---|---|
WebappsResource.GetRequest |
Insert(WebApp, string)
Creates a new web app for the enterprise.
Declaration
public virtual WebappsResource.InsertRequest Insert(WebApp body, string enterpriseId)
Parameters
Type | Name | Description |
---|---|---|
WebApp | body | The body of the request. |
string | enterpriseId | The ID of the enterprise. |
Returns
Type | Description |
---|---|
WebappsResource.InsertRequest |
List(string)
Retrieves the details of all web apps for a given enterprise.
Declaration
public virtual WebappsResource.ListRequest List(string enterpriseId)
Parameters
Type | Name | Description |
---|---|---|
string | enterpriseId | The ID of the enterprise. |
Returns
Type | Description |
---|---|
WebappsResource.ListRequest |
Update(WebApp, string, string)
Updates an existing web app.
Declaration
public virtual WebappsResource.UpdateRequest Update(WebApp body, string enterpriseId, string webAppId)
Parameters
Type | Name | Description |
---|---|---|
WebApp | body | The body of the request. |
string | enterpriseId | The ID of the enterprise. |
string | webAppId | The ID of the web app. |
Returns
Type | Description |
---|---|
WebappsResource.UpdateRequest |