target.apidocs.com.google.api.services.playcustomapp.model.CustomApp.html Maven / Gradle / Ivy
CustomApp (Google Play Custom App Publishing API v1-rev20211022-2.0.0)
com.google.api.services.playcustomapp.model
Class CustomApp
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.playcustomapp.model.CustomApp
-
public final class CustomApp
extends GenericJson
This resource represents a custom app.
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 Google Play Custom App Publishing API. For a detailed
explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
CustomApp()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CustomApp
clone()
String
getLanguageCode()
Default listing language in BCP 47 format.
List<Organization>
getOrganizations()
Organizations to which the custom app should be made available.
String
getPackageName()
Output only.
String
getTitle()
Title for the Android app.
CustomApp
set(String fieldName,
Object value)
CustomApp
setLanguageCode(String languageCode)
Default listing language in BCP 47 format.
CustomApp
setOrganizations(List<Organization> organizations)
Organizations to which the custom app should be made available.
CustomApp
setPackageName(String packageName)
Output only.
CustomApp
setTitle(String title)
Title for the Android app.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getLanguageCode
public String getLanguageCode()
Default listing language in BCP 47 format.
- Returns:
- value or
null
for none
-
setLanguageCode
public CustomApp setLanguageCode(String languageCode)
Default listing language in BCP 47 format.
- Parameters:
languageCode
- languageCode or null
for none
-
getOrganizations
public List<Organization> getOrganizations()
Organizations to which the custom app should be made available. If the request contains any
organizations, then the app will be restricted to only these organizations. To support the
organization linked to the developer account, the organization ID should be provided explicitly
together with other organizations. If no organizations are provided, then the app is only
available to the organization linked to the developer account.
- Returns:
- value or
null
for none
-
setOrganizations
public CustomApp setOrganizations(List<Organization> organizations)
Organizations to which the custom app should be made available. If the request contains any
organizations, then the app will be restricted to only these organizations. To support the
organization linked to the developer account, the organization ID should be provided explicitly
together with other organizations. If no organizations are provided, then the app is only
available to the organization linked to the developer account.
- Parameters:
organizations
- organizations or null
for none
-
getPackageName
public String getPackageName()
Output only. Package name of the created Android app. Only present in the API response.
- Returns:
- value or
null
for none
-
setPackageName
public CustomApp setPackageName(String packageName)
Output only. Package name of the created Android app. Only present in the API response.
- Parameters:
packageName
- packageName or null
for none
-
getTitle
public String getTitle()
Title for the Android app.
- Returns:
- value or
null
for none
-
setTitle
public CustomApp setTitle(String title)
Title for the Android app.
- Parameters:
title
- title or null
for none
-
set
public CustomApp set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public CustomApp clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy