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