Class On_GuidelinePage
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_GuidelinePage
-
public class On_GuidelinePage extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_GuidelinePage()
-
Method Summary
Modifier and Type Method Description On_GuidelinePageid()**BETA** The `GuidelinePage` id.On_GuidelinePagemodifiedAt()**BETA** The timestamp of the most recent modification to the `GuidelinePage` or its contents.On_GuidelinePagesections(GuidelinePage_sections callBuilder)**BETA** A list of `GuidelinePageSection`s that belong to this `GuidelinePage`On_GuidelinePagetitle()**BETA** The title of the `GuidelinePage`On_GuidelinePageurl()**BETA** The url of the `GuidelinePage`
-
-
-
Method Detail
-
id
public On_GuidelinePage id()
**BETA** The `GuidelinePage` id.
-
title
public On_GuidelinePage title()
**BETA** The title of the `GuidelinePage`
-
modifiedAt
public On_GuidelinePage modifiedAt()
**BETA** The timestamp of the most recent modification to the `GuidelinePage` or its contents. If not modified, this represents the creation time.
-
url
public On_GuidelinePage url()
**BETA** The url of the `GuidelinePage`
-
sections
public On_GuidelinePage sections(GuidelinePage_sections callBuilder)
**BETA** A list of `GuidelinePageSection`s that belong to this `GuidelinePage`
-
-