public final class GoogleCloudApigeeV1DeveloperApp
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Apigee API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleCloudApigeeV1DeveloperApp() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1DeveloperApp |
clone() |
List<String> |
getApiProducts()
List of API products associated with the developer app.
|
String |
getAppFamily()
Developer app family.
|
String |
getAppId()
ID of the developer app.
|
List<GoogleCloudApigeeV1Attribute> |
getAttributes()
List of attributes for the developer app.
|
String |
getCallbackUrl()
Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to
developer apps.
|
Long |
getCreatedAt()
Output only.
|
List<GoogleCloudApigeeV1Credential> |
getCredentials()
Output only.
|
String |
getDeveloperId()
ID of the developer.
|
Long |
getKeyExpiresIn()
Expiration time, in milliseconds, for the consumer key that is generated for the developer app.
|
Long |
getLastModifiedAt()
Output only.
|
String |
getName()
Name of the developer app.
|
List<String> |
getScopes()
Scopes to apply to the developer app.
|
String |
getStatus()
Status of the credential.
|
GoogleCloudApigeeV1DeveloperApp |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1DeveloperApp |
setApiProducts(List<String> apiProducts)
List of API products associated with the developer app.
|
GoogleCloudApigeeV1DeveloperApp |
setAppFamily(String appFamily)
Developer app family.
|
GoogleCloudApigeeV1DeveloperApp |
setAppId(String appId)
ID of the developer app.
|
GoogleCloudApigeeV1DeveloperApp |
setAttributes(List<GoogleCloudApigeeV1Attribute> attributes)
List of attributes for the developer app.
|
GoogleCloudApigeeV1DeveloperApp |
setCallbackUrl(String callbackUrl)
Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to
developer apps.
|
GoogleCloudApigeeV1DeveloperApp |
setCreatedAt(Long createdAt)
Output only.
|
GoogleCloudApigeeV1DeveloperApp |
setCredentials(List<GoogleCloudApigeeV1Credential> credentials)
Output only.
|
GoogleCloudApigeeV1DeveloperApp |
setDeveloperId(String developerId)
ID of the developer.
|
GoogleCloudApigeeV1DeveloperApp |
setKeyExpiresIn(Long keyExpiresIn)
Expiration time, in milliseconds, for the consumer key that is generated for the developer app.
|
GoogleCloudApigeeV1DeveloperApp |
setLastModifiedAt(Long lastModifiedAt)
Output only.
|
GoogleCloudApigeeV1DeveloperApp |
setName(String name)
Name of the developer app.
|
GoogleCloudApigeeV1DeveloperApp |
setScopes(List<String> scopes)
Scopes to apply to the developer app.
|
GoogleCloudApigeeV1DeveloperApp |
setStatus(String status)
Status of the credential.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<String> getApiProducts()
null for nonepublic GoogleCloudApigeeV1DeveloperApp setApiProducts(List<String> apiProducts)
apiProducts - apiProducts or null for nonepublic String getAppFamily()
null for nonepublic GoogleCloudApigeeV1DeveloperApp setAppFamily(String appFamily)
appFamily - appFamily or null for nonepublic String getAppId()
null for nonepublic GoogleCloudApigeeV1DeveloperApp setAppId(String appId)
appId - appId or null for nonepublic List<GoogleCloudApigeeV1Attribute> getAttributes()
null for nonepublic GoogleCloudApigeeV1DeveloperApp setAttributes(List<GoogleCloudApigeeV1Attribute> attributes)
attributes - attributes or null for nonepublic String getCallbackUrl()
null for nonepublic GoogleCloudApigeeV1DeveloperApp setCallbackUrl(String callbackUrl)
callbackUrl - callbackUrl or null for nonepublic Long getCreatedAt()
null for nonepublic GoogleCloudApigeeV1DeveloperApp setCreatedAt(Long createdAt)
createdAt - createdAt or null for nonepublic List<GoogleCloudApigeeV1Credential> getCredentials()
null for nonepublic GoogleCloudApigeeV1DeveloperApp setCredentials(List<GoogleCloudApigeeV1Credential> credentials)
credentials - credentials or null for nonepublic String getDeveloperId()
null for nonepublic GoogleCloudApigeeV1DeveloperApp setDeveloperId(String developerId)
developerId - developerId or null for nonepublic Long getKeyExpiresIn()
null for nonepublic GoogleCloudApigeeV1DeveloperApp setKeyExpiresIn(Long keyExpiresIn)
keyExpiresIn - keyExpiresIn or null for nonepublic Long getLastModifiedAt()
null for nonepublic GoogleCloudApigeeV1DeveloperApp setLastModifiedAt(Long lastModifiedAt)
lastModifiedAt - lastModifiedAt or null for nonepublic String getName()
null for nonepublic GoogleCloudApigeeV1DeveloperApp setName(String name)
name - name or null for nonepublic List<String> getScopes()
null for nonepublic GoogleCloudApigeeV1DeveloperApp setScopes(List<String> scopes)
scopes - scopes or null for nonepublic String getStatus()
null for nonepublic GoogleCloudApigeeV1DeveloperApp setStatus(String status)
status - status or null for nonepublic GoogleCloudApigeeV1DeveloperApp set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1DeveloperApp clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.