com.atlassian.jira.rest.client.domain.input
Class ComponentInput

java.lang.Object
  extended by com.atlassian.jira.rest.client.domain.input.ComponentInput

public class ComponentInput
extends Object

Details about project component to be created or updated;

Since:
client 0.3, server 4.4

Constructor Summary
ComponentInput(String name, String description, String leadUsername, AssigneeType assigneeType)
           
 
Method Summary
 AssigneeType getAssigneeType()
           
 String getDescription()
           
 String getLeadUsername()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentInput

public ComponentInput(@Nullable
                      String name,
                      @Nullable
                      String description,
                      @Nullable
                      String leadUsername,
                      @Nullable
                      AssigneeType assigneeType)
Method Detail

getName

@Nullable
public String getName()

getDescription

@Nullable
public String getDescription()

getLeadUsername

@Nullable
public String getLeadUsername()

getAssigneeType

@Nullable
public AssigneeType getAssigneeType()


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.