Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
Css |
Css.clone() |
Css |
Css.set(String fieldName,
Object value) |
Css |
Css.setCssDomainId(Long cssDomainId)
Output only.
|
Css |
Css.setCssGroupId(Long cssGroupId)
Output only.
|
Css |
Css.setDisplayName(String displayName)
Output only.
|
Css |
Css.setFullName(String fullName)
Output only.
|
Css |
Css.setHomepageUri(String homepageUri)
Output only.
|
Css |
Css.setLabelIds(List<Long> labelIds)
A list of label IDs that are assigned to this CSS domain by its CSS group.
|
Modifier and Type | Method and Description |
---|---|
List<Css> |
ListCssesResponse.getCsses()
The CSS domains affiliated with the specified CSS group.
|
Modifier and Type | Method and Description |
---|---|
ListCssesResponse |
ListCssesResponse.setCsses(List<Css> csses)
The CSS domains affiliated with the specified CSS group.
|
Copyright © 2011–2024 Google. All rights reserved.