target.apidocs.com.google.api.services.androidmanagement.v1.AndroidManagement.Enterprises.html Maven / Gradle / Ivy
AndroidManagement.Enterprises (Android Management API v1-rev20241114-2.0.0)
com.google.api.services.androidmanagement.v1
Class AndroidManagement.Enterprises
- java.lang.Object
-
- com.google.api.services.androidmanagement.v1.AndroidManagement.Enterprises
-
- Enclosing class:
- AndroidManagement
public class AndroidManagement.Enterprises
extends Object
The "enterprises" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidManagement.Enterprises.Applications
The "applications" collection of methods.
class
AndroidManagement.Enterprises.Create
class
AndroidManagement.Enterprises.Delete
class
AndroidManagement.Enterprises.Devices
The "devices" collection of methods.
class
AndroidManagement.Enterprises.EnrollmentTokens
The "enrollmentTokens" collection of methods.
class
AndroidManagement.Enterprises.Get
class
AndroidManagement.Enterprises.List
class
AndroidManagement.Enterprises.MigrationTokens
The "migrationTokens" collection of methods.
class
AndroidManagement.Enterprises.Patch
class
AndroidManagement.Enterprises.Policies
The "policies" collection of methods.
class
AndroidManagement.Enterprises.WebApps
The "webApps" collection of methods.
class
AndroidManagement.Enterprises.WebTokens
The "webTokens" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Enterprises()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidManagement.Enterprises.Applications
applications()
An accessor for creating requests from the Applications collection.
AndroidManagement.Enterprises.Create
create(Enterprise content)
Creates an enterprise.
AndroidManagement.Enterprises.Delete
delete(String name)
Permanently deletes an enterprise and all accounts and data associated with it.
AndroidManagement.Enterprises.Devices
devices()
An accessor for creating requests from the Devices collection.
AndroidManagement.Enterprises.EnrollmentTokens
enrollmentTokens()
An accessor for creating requests from the EnrollmentTokens collection.
AndroidManagement.Enterprises.Get
get(String name)
Gets an enterprise.
AndroidManagement.Enterprises.List
list()
Lists EMM-managed enterprises.
AndroidManagement.Enterprises.MigrationTokens
migrationTokens()
An accessor for creating requests from the MigrationTokens collection.
AndroidManagement.Enterprises.Patch
patch(String name,
Enterprise content)
Updates an enterprise.
AndroidManagement.Enterprises.Policies
policies()
An accessor for creating requests from the Policies collection.
AndroidManagement.Enterprises.WebApps
webApps()
An accessor for creating requests from the WebApps collection.
AndroidManagement.Enterprises.WebTokens
webTokens()
An accessor for creating requests from the WebTokens collection.
-
-
Method Detail
-
create
public AndroidManagement.Enterprises.Create create(Enterprise content)
throws IOException
Creates an enterprise. This is the last step in the enterprise signup flow. See also:
SigninDetail
Create a request for the method "enterprises.create".
This request holds the parameters needed by the androidmanagement server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
content
- the Enterprise
- Returns:
- the request
- Throws:
IOException
-
delete
public AndroidManagement.Enterprises.Delete delete(String name)
throws IOException
Permanently deletes an enterprise and all accounts and data associated with it. Warning: this
will result in a cascaded deletion of all AM API devices associated with the deleted enterprise.
Only available for EMM-managed enterprises.
Create a request for the method "enterprises.delete".
This request holds the parameters needed by the androidmanagement server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- The name of the enterprise in the form enterprises/{enterpriseId}.
- Returns:
- the request
- Throws:
IOException
-
get
public AndroidManagement.Enterprises.Get get(String name)
throws IOException
Gets an enterprise.
Create a request for the method "enterprises.get".
This request holds the parameters needed by the androidmanagement server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- The name of the enterprise in the form enterprises/{enterpriseId}.
- Returns:
- the request
- Throws:
IOException
-
list
public AndroidManagement.Enterprises.List list()
throws IOException
Lists EMM-managed enterprises. Only BASIC fields are returned.
Create a request for the method "enterprises.list".
This request holds the parameters needed by the androidmanagement server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException
-
patch
public AndroidManagement.Enterprises.Patch patch(String name,
Enterprise content)
throws IOException
Updates an enterprise. See also: SigninDetail
Create a request for the method "enterprises.patch".
This request holds the parameters needed by the androidmanagement server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- The name of the enterprise in the form enterprises/{enterpriseId}.
content
- the Enterprise
- Returns:
- the request
- Throws:
IOException
-
applications
public AndroidManagement.Enterprises.Applications applications()
An accessor for creating requests from the Applications collection.
The typical use is:
AndroidManagement androidmanagement = new AndroidManagement(...);
AndroidManagement.Applications.List request = androidmanagement.applications().list(parameters ...)
- Returns:
- the resource collection
-
devices
public AndroidManagement.Enterprises.Devices devices()
An accessor for creating requests from the Devices collection.
The typical use is:
AndroidManagement androidmanagement = new AndroidManagement(...);
AndroidManagement.Devices.List request = androidmanagement.devices().list(parameters ...)
- Returns:
- the resource collection
-
enrollmentTokens
public AndroidManagement.Enterprises.EnrollmentTokens enrollmentTokens()
An accessor for creating requests from the EnrollmentTokens collection.
The typical use is:
AndroidManagement androidmanagement = new AndroidManagement(...);
AndroidManagement.EnrollmentTokens.List request = androidmanagement.enrollmentTokens().list(parameters ...)
- Returns:
- the resource collection
-
migrationTokens
public AndroidManagement.Enterprises.MigrationTokens migrationTokens()
An accessor for creating requests from the MigrationTokens collection.
The typical use is:
AndroidManagement androidmanagement = new AndroidManagement(...);
AndroidManagement.MigrationTokens.List request = androidmanagement.migrationTokens().list(parameters ...)
- Returns:
- the resource collection
-
policies
public AndroidManagement.Enterprises.Policies policies()
An accessor for creating requests from the Policies collection.
The typical use is:
AndroidManagement androidmanagement = new AndroidManagement(...);
AndroidManagement.Policies.List request = androidmanagement.policies().list(parameters ...)
- Returns:
- the resource collection
-
webApps
public AndroidManagement.Enterprises.WebApps webApps()
An accessor for creating requests from the WebApps collection.
The typical use is:
AndroidManagement androidmanagement = new AndroidManagement(...);
AndroidManagement.WebApps.List request = androidmanagement.webApps().list(parameters ...)
- Returns:
- the resource collection
-
webTokens
public AndroidManagement.Enterprises.WebTokens webTokens()
An accessor for creating requests from the WebTokens collection.
The typical use is:
AndroidManagement androidmanagement = new AndroidManagement(...);
AndroidManagement.WebTokens.List request = androidmanagement.webTokens().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy