Class EmbeddedContent_customMetadata
- java.lang.Object
-
- ch.brix.gql.client.CallBuilder<List<CustomMetadata>>
-
- ch.brix.gql.client.frontify.builders.EmbeddedContent_customMetadata
-
public class EmbeddedContent_customMetadata extends ch.brix.gql.client.CallBuilder<List<CustomMetadata>>
-
-
Constructor Summary
Constructors Constructor Description EmbeddedContent_customMetadata()
-
Method Summary
Modifier and Type Method Description EmbeddedContent_customMetadataonCustomMetadata(On_CustomMetadata typeBuilder)EmbeddedContent_customMetadataonCustomMetadataValue(On_CustomMetadataValue typeBuilder)EmbeddedContent_customMetadataonCustomMetadataValues(On_CustomMetadataValues typeBuilder)
-
-
-
Method Detail
-
onCustomMetadataValue
public EmbeddedContent_customMetadata onCustomMetadataValue(On_CustomMetadataValue typeBuilder)
-
onCustomMetadataValues
public EmbeddedContent_customMetadata onCustomMetadataValues(On_CustomMetadataValues typeBuilder)
-
onCustomMetadata
public EmbeddedContent_customMetadata onCustomMetadata(On_CustomMetadata typeBuilder)
-
-