Class Employee100GetRequest
- java.lang.Object
-
- com.ellucian.generated.bpapi.ban.employee.v1_0_0.Employee100GetRequest
-
@Generated("jsonschema2pojo") public class Employee100GetRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description Employee100GetRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Map<String,Object>
getAdditionalProperties()
String
getId()
IDint
hashCode()
void
setAdditionalProperty(String name, Object value)
void
setId(String id)
IDString
toString()
Employee100GetRequest
withAdditionalProperty(String name, Object value)
Employee100GetRequest
withId(String id)
-
-
-
Method Detail
-
getId
public String getId()
IDLineage reference object : id
-
setId
public void setId(String id)
IDLineage reference object : id
-
withId
public Employee100GetRequest withId(String id)
-
withAdditionalProperty
public Employee100GetRequest withAdditionalProperty(String name, Object value)
-
-