public class

HubSpotListLists

extends Object
java.lang.Object
   ↳ org.mule.module.hubspot.model.list.HubSpotListLists

Summary

Fields
private Boolean hasMore
private List<HubSpotList> lists
private Integer offset
Public Constructors
HubSpotListLists()
Public Methods
Boolean getHasMore()
List<HubSpotList> getLists()
Integer getOffset()
void setHasMore(Boolean hasMore)
void setLists(List<HubSpotList> lists)
void setOffset(Integer offset)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Boolean hasMore

private List<HubSpotList> lists

private Integer offset

Public Constructors

public HubSpotListLists ()

Public Methods

public Boolean getHasMore ()

public List<HubSpotList> getLists ()

public Integer getOffset ()

public void setHasMore (Boolean hasMore)

Parameters
hasMore

public void setLists (List<HubSpotList> lists)

Parameters
lists

public void setOffset (Integer offset)

Parameters
offset