All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.apitable.client.api.model.builder.IPropertyOfCreateField Maven / Gradle / Ivy

The newest version!
package com.apitable.client.api.model.builder;

import com.apitable.client.api.model.field.property.BaseFieldProperty;
import com.apitable.client.api.model.field.property.EmptyProperty;

public interface IPropertyOfCreateField {

     IBuildCreateField withProperty(T property);

    IBuildCreateField withoutProperty();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy