org.whitesource.agent.api.dispatch
Class UpdateInventoryRequest
java.lang.Object
org.whitesource.agent.api.dispatch.BaseRequest<UpdateInventoryResult>
org.whitesource.agent.api.dispatch.UpdateInventoryRequest
- All Implemented Interfaces:
- Serializable, ServiceRequest<UpdateInventoryResult>
public class UpdateInventoryRequest
- extends BaseRequest<UpdateInventoryResult>
Request to update organization inventory.
- Author:
- tom.shapira
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
projects
protected Collection<AgentProjectInfo> projects
UpdateInventoryRequest
public UpdateInventoryRequest(String orgToken,
Collection<AgentProjectInfo> projects)
- Constructor
- Parameters:
orgToken - WhiteSource organization token.projects - Projects status statement to update.
getProjects
public Collection<AgentProjectInfo> getProjects()
setProjects
public void setProjects(Collection<AgentProjectInfo> projects)
Copyright © 2011-2012 White Source. All Rights Reserved.