public class Quota extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Quota.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Long |
deleted |
protected String |
odataType |
protected Long |
remaining |
protected String |
state |
protected StoragePlanInformation |
storagePlanInformation |
protected Long |
total |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Long |
used |
| Modifier | Constructor and Description |
|---|---|
protected |
Quota() |
| Modifier and Type | Method and Description |
|---|---|
static Quota.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Long> |
getDeleted() |
Optional<Long> |
getRemaining() |
Optional<String> |
getState() |
Optional<StoragePlanInformation> |
getStoragePlanInformation() |
Optional<Long> |
getTotal() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Long> |
getUsed() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
Quota |
withDeleted(Long deleted) |
Quota |
withRemaining(Long remaining) |
Quota |
withState(String state) |
Quota |
withStoragePlanInformation(StoragePlanInformation storagePlanInformation) |
Quota |
withTotal(Long total) |
Quota |
withUsed(Long used) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Long deleted
protected Long remaining
protected String state
protected Long total
protected Long used
protected StoragePlanInformation storagePlanInformation
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<StoragePlanInformation> getStoragePlanInformation()
public Quota withStoragePlanInformation(StoragePlanInformation storagePlanInformation)
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 Quota.Builder builder()
Copyright © 2018–2020. All rights reserved.