DirectoryFacade
A facade for Google's Directory API
(https://developers.google.com/admin-sdk/directory/v1/reference/).
Inherited Method Summary
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
Public Methods
public
static
void
main
(String[] args)
Throws
IOException |
|
GeneralSecurityException |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`DirectoryFacade` simplifies interaction with Google's Directory API, offering a user-friendly interface."],["The primary functionality is exposed through the `main` method, which may throw `IOException` or `GeneralSecurityException`."],["It inherits standard methods from `java.lang.Object` such as `equals`, `hashCode`, `toString`, and thread management functions."]]],[]]