
com.nulabinc.backlog4j.api.option.AddTextAreaCustomFieldParams Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of backlog4j Show documentation
Show all versions of backlog4j Show documentation
Backlog4j is a Backlog binding library for Java.
The newest version!
package com.nulabinc.backlog4j.api.option;
import com.nulabinc.backlog4j.CustomFieldSetting;
/**
* Parameters for add text area type custom field API.
*
* @author nulab-inc
*/
public class AddTextAreaCustomFieldParams extends AddCustomFieldParams {
public AddTextAreaCustomFieldParams(Object projectIdOrKey, String name) {
super(projectIdOrKey, CustomFieldSetting.FieldType.TextArea, name);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy