public class ResourcePropertiesModel extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourcePropertiesModel.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected BookingType |
bookingType |
protected String |
building |
protected Integer |
capacity |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
floor |
protected Boolean |
isManaged |
protected String |
label |
protected String |
name |
protected String |
odataType |
protected String |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ResourcePropertiesModel() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String name
protected String label
protected String type
protected Integer capacity
protected Boolean isManaged
protected BookingType bookingType
protected String building
protected String floor
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ResourcePropertiesModel withName(String name)
public ResourcePropertiesModel withLabel(String label)
public ResourcePropertiesModel withType(String type)
public ResourcePropertiesModel withCapacity(Integer capacity)
public ResourcePropertiesModel withIsManaged(Boolean isManaged)
public Optional<BookingType> getBookingType()
public ResourcePropertiesModel withBookingType(BookingType bookingType)
public ResourcePropertiesModel withBuilding(String building)
public ResourcePropertiesModel withFloor(String floor)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static ResourcePropertiesModel.Builder builder()
Copyright © 2018–2020. All rights reserved.