Package | Description |
---|---|
com.google.api.services.admin.directory.model |
Modifier and Type | Method and Description |
---|---|
Asp |
Asp.clone() |
Asp |
Asp.set(java.lang.String fieldName,
java.lang.Object value) |
Asp |
Asp.setCodeId(java.lang.Integer codeId)
The unique ID of the ASP.
|
Asp |
Asp.setCreationTime(java.lang.Long creationTime)
The time when the ASP was created.
|
Asp |
Asp.setEtag(java.lang.String etag)
ETag of the ASP.
|
Asp |
Asp.setKind(java.lang.String kind)
The type of the API resource.
|
Asp |
Asp.setLastTimeUsed(java.lang.Long lastTimeUsed)
The time when the ASP was last used.
|
Asp |
Asp.setName(java.lang.String name)
The name of the application that the user, represented by their userId, entered when the ASP
was created.
|
Asp |
Asp.setUserKey(java.lang.String userKey)
The unique ID of the user who issued the ASP.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Asp> |
Asps.getItems()
A list of ASP resources.
|
Modifier and Type | Method and Description |
---|---|
Asps |
Asps.setItems(java.util.List<Asp> items)
A list of ASP resources.
|