Package | Description |
---|---|
com.google.api.services.androidenterprise | |
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Storelayoutpages.Insert |
AndroidEnterprise.Storelayoutpages.insert(String enterpriseId,
StorePage content)
Inserts a new store page.
|
AndroidEnterprise.Storelayoutpages.Patch |
AndroidEnterprise.Storelayoutpages.patch(String enterpriseId,
String pageId,
StorePage content)
Updates the content of a store page.
|
AndroidEnterprise.Storelayoutpages.Update |
AndroidEnterprise.Storelayoutpages.update(String enterpriseId,
String pageId,
StorePage content)
Updates the content of a store page.
|
Constructor and Description |
---|
Insert(String enterpriseId,
StorePage content)
Inserts a new store page.
|
Patch(String enterpriseId,
String pageId,
StorePage content)
Updates the content of a store page.
|
Update(String enterpriseId,
String pageId,
StorePage content)
Updates the content of a store page.
|
Modifier and Type | Method and Description |
---|---|
StorePage |
StorePage.clone() |
StorePage |
StorePage.set(String fieldName,
Object value) |
StorePage |
StorePage.setId(String id)
Unique ID of this page.
|
StorePage |
StorePage.setKind(String kind)
Identifies what kind of resource this is.
|
StorePage |
StorePage.setLink(List<String> link)
Ordered list of pages a user should be able to reach from this page.
|
StorePage |
StorePage.setName(List<LocalizedText> name)
Ordered list of localized strings giving the name of this page.
|
Modifier and Type | Method and Description |
---|---|
List<StorePage> |
StoreLayoutPagesListResponse.getPage()
A store page of an enterprise.
|
Modifier and Type | Method and Description |
---|---|
StoreLayoutPagesListResponse |
StoreLayoutPagesListResponse.setPage(List<StorePage> page)
A store page of an enterprise.
|
Copyright © 2011–2019 Google. All rights reserved.