Class On_CustomMetadataPropertyDependency
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_CustomMetadataPropertyDependency
-
public class On_CustomMetadataPropertyDependency extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_CustomMetadataPropertyDependency()
-
Method Summary
Modifier and Type Method Description On_CustomMetadataPropertyDependencypropertyId()The dependee `CustomMetadataProperty` Id.On_CustomMetadataPropertyDependencytype()The `CustomMetadataPropertyDependency` type.
-
-
-
Method Detail
-
type
public On_CustomMetadataPropertyDependency type()
The `CustomMetadataPropertyDependency` type.
-
propertyId
public On_CustomMetadataPropertyDependency propertyId()
The dependee `CustomMetadataProperty` Id.
-
-