org.whitesource.agent.api.dispatch
Class UpdateInventoryResult

java.lang.Object
  extended by org.whitesource.agent.api.dispatch.UpdateInventoryResult
All Implemented Interfaces:
Serializable

public class UpdateInventoryResult
extends Object
implements Serializable

Result of the update inventory operation.

Author:
Edo.Shor
See Also:
Serialized Form

Constructor Summary
UpdateInventoryResult()
          Default constructor (for JSON parsing)
UpdateInventoryResult(String organization)
          Constructor
 
Method Summary
 Collection<String> getCreatedProjects()
           
 String getOrganization()
           
 Collection<String> getUpdatedProjects()
           
 void setCreatedProjects(Collection<String> createdProjects)
           
 void setOrganization(String organization)
           
 void setUpdatedProjects(Collection<String> updatedProjects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateInventoryResult

public UpdateInventoryResult()
Default constructor (for JSON parsing)


UpdateInventoryResult

public UpdateInventoryResult(String organization)
Constructor

Parameters:
organization - Name of the domain.
Method Detail

getOrganization

public String getOrganization()

setOrganization

public void setOrganization(String organization)

getUpdatedProjects

public Collection<String> getUpdatedProjects()

setUpdatedProjects

public void setUpdatedProjects(Collection<String> updatedProjects)

getCreatedProjects

public Collection<String> getCreatedProjects()

setCreatedProjects

public void setCreatedProjects(Collection<String> createdProjects)


Copyright © 2011-2012 White Source. All Rights Reserved.