Class On_CustomMetadataPropertySelectValueTypeDependencyTypeOneOf
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_CustomMetadataPropertySelectValueTypeDependencyTypeOneOf
-
public class On_CustomMetadataPropertySelectValueTypeDependencyTypeOneOf extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_CustomMetadataPropertySelectValueTypeDependencyTypeOneOf()
-
Method Summary
Modifier and Type Method Description On_CustomMetadataPropertySelectValueTypeDependencyTypeOneOfpropertyId()The dependee `CustomMetadataProperty` Id.On_CustomMetadataPropertySelectValueTypeDependencyTypeOneOfpropertyOptionIds()`CustomMetadataPropertyOption` property option ids.On_CustomMetadataPropertySelectValueTypeDependencyTypeOneOftype()`CustomMetadataPropertyDependency` type.
-
-
-
Method Detail
-
type
public On_CustomMetadataPropertySelectValueTypeDependencyTypeOneOf type()
`CustomMetadataPropertyDependency` type.
-
propertyId
public On_CustomMetadataPropertySelectValueTypeDependencyTypeOneOf propertyId()
The dependee `CustomMetadataProperty` Id.
-
propertyOptionIds
public On_CustomMetadataPropertySelectValueTypeDependencyTypeOneOf propertyOptionIds()
`CustomMetadataPropertyOption` property option ids.
-
-