Class On_GuidelinePageBlock
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_GuidelinePageBlock
-
public class On_GuidelinePageBlock extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_GuidelinePageBlock()
-
Method Summary
Modifier and Type Method Description On_GuidelinePageBlockcontent()**BETA** The searchable content of the `GuidelinePageBlock`.On_GuidelinePageBlockid()**BETA** The id of the `GuidelinePageBlock`.On_GuidelinePageBlockmodifiedAt()**BETA** The timestamp of the most recent modification to the `GuidelinePageBlock`.On_GuidelinePageBlockurl()**BETA** The url of the `GuidelinePageBlock`
-
-
-
Method Detail
-
id
public On_GuidelinePageBlock id()
**BETA** The id of the `GuidelinePageBlock`.
-
content
public On_GuidelinePageBlock content()
**BETA** The searchable content of the `GuidelinePageBlock`. When the block cannot be serialized, this field is `null`.
-
url
public On_GuidelinePageBlock url()
**BETA** The url of the `GuidelinePageBlock`
-
modifiedAt
public On_GuidelinePageBlock modifiedAt()
**BETA** The timestamp of the most recent modification to the `GuidelinePageBlock`. If not modified, this represents the creation time.
-
-