Interface DateFieldBuilder

All Superinterfaces:
FieldBuilder<FieldBuilder>

public interface DateFieldBuilder extends FieldBuilder<FieldBuilder>
Date field builder
  • Method Details

    • setEditRole

      @Deprecated DateFieldBuilder setEditRole(com.atlassian.jira.security.roles.ProjectRole role)
      Deprecated.
      Deprecated. Use the RestrictionBuilder class. Set the edit role of the field.
      Parameters:
      role - the edit role of jira for the field
      Returns:
      the field builder itself
    • setNobodyAsEditRole

      @Deprecated DateFieldBuilder setNobodyAsEditRole()
      Deprecated.
      Deprecated. Use the RestrictionBuilder class. Sets nobody edit role.
      Returns:
      the field builder itself
    • setViewRole

      @Deprecated DateFieldBuilder setViewRole(com.atlassian.jira.security.roles.ProjectRole role)
      Deprecated.
      Deprecated. Use the RestrictionBuilder class. Set the view role of the field.
      Parameters:
      role - the view role of jira for the field.
    • setOnlyEditorsAsViewRole

      @Deprecated DateFieldBuilder setOnlyEditorsAsViewRole()
      Deprecated.
      Deprecated. Use the RestrictionBuilder class. Sets only editors view role.
      Returns:
      the field builder itself