public static class SchedulingI.FbGranulatedResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
BwAttendee |
attendee
Who for
|
Collection<Granulator.EventPeriod> |
eps
Collection of Granulator.EventPeriod
|
boolean |
noResponse |
int |
respCode
How did it go? Status from scheduling request
|
| Constructor and Description |
|---|
FbGranulatedResponse() |
| Modifier and Type | Method and Description |
|---|---|
BwAttendee |
getAttendee() |
BwDateTime |
getEnd() |
boolean |
getNoResponse() |
String |
getRecipient() |
int |
getRespCode() |
BwDateTime |
getStart() |
boolean |
okResponse() |
void |
setAttendee(BwAttendee val) |
void |
setEnd(BwDateTime val) |
void |
setNoResponse(boolean val) |
void |
setRecipient(String val) |
void |
setRespCode(int val) |
void |
setStart(BwDateTime val) |
public int respCode
public boolean noResponse
public BwAttendee attendee
public Collection<Granulator.EventPeriod> eps
public void setStart(BwDateTime val)
val - public BwDateTime getStart()
public void setEnd(BwDateTime val)
val - public BwDateTime getEnd()
public void setRespCode(int val)
val - public int getRespCode()
public void setNoResponse(boolean val)
val - public boolean getNoResponse()
public void setRecipient(String val)
val - public String getRecipient()
public void setAttendee(BwAttendee val)
val - public BwAttendee getAttendee()
public boolean okResponse()
Copyright © 2019 Bedework. All rights reserved.