Class CreateAssetInput


  • public class CreateAssetInput
    extends ch.brix.gql.client.InputObject
    • Constructor Detail

      • CreateAssetInput

        public CreateAssetInput()
    • Method Detail

      • projectId

        public CreateAssetInput projectId​(IdScalar v)
        **DEPRECATED** `Library` or `Workspace` Id. This value is ignored if `parentId` is set. This field will be removed. Use `parentId` instead. | Date: 2023-07-01T00:00:00.000+00:00
      • skipFileMetadata

        public CreateAssetInput skipFileMetadata​(BooleanScalar v)
        Skip file's EXIF metadata. When true, it will ignore all file metadata contents.
      • directory

        public CreateAssetInput directory​(List<StringScalar> v)
        An array of strings representing the directory, if a folder does not exist, it is created. Example: ["My Folder", "Sub-Folder"] will create the necessary folders if they do not yet exist and place the `Asset` in it. **Important:** Cannot be used in conjunction with `parentId` that is from a `Folder`.
      • parentId

        public CreateAssetInput parentId​(IdScalar v)
        The parent Id, where the `Asset` should be located in. Should either be a `Library`, `WorkspaceProject` or `Folder` Id. **Important:** Cannot be used in conjunction with `directory` if the Id is from a `Folder`.
      • workflowStatus

        public CreateAssetInput workflowStatus​(StringScalar v)
        **DEPRECATED** `Asset` workflow status. Workflow logic will be automatically managed if not properly set. This field will be removed. | Date: 2022-07-01T00:00:00.000+00:00