Class MarkingPositionInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.MarkingPositionInput
-
public class MarkingPositionInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description MarkingPositionInput()
-
Method Summary
Modifier and Type Method Description MarkingPositionInputx(PercentScalar v)The horizontal position of the `Marking` in percentage, in relation to the `Asset` top left corner.MarkingPositionInputy(PercentScalar v)The vertical position of the `Marking` in percentage, in relation to the `Asset` top left corner.
-
-
-
Method Detail
-
x
public MarkingPositionInput x(PercentScalar v)
The horizontal position of the `Marking` in percentage, in relation to the `Asset` top left corner.
-
y
public MarkingPositionInput y(PercentScalar v)
The vertical position of the `Marking` in percentage, in relation to the `Asset` top left corner.
-
-