Class Quota.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.Quota.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Quotabuild()Quota.Builderdeleted(Long deleted)Quota.Builderremaining(Long remaining)Quota.Builderstate(String state)Quota.BuilderstoragePlanInformation(StoragePlanInformation storagePlanInformation)Quota.Buildertotal(Long total)Quota.Builderused(Long used)
-
-
-
Method Detail
-
deleted
public Quota.Builder deleted(Long deleted)
-
remaining
public Quota.Builder remaining(Long remaining)
-
state
public Quota.Builder state(String state)
-
storagePlanInformation
public Quota.Builder storagePlanInformation(StoragePlanInformation storagePlanInformation)
-
total
public Quota.Builder total(Long total)
-
used
public Quota.Builder used(Long used)
-
build
public Quota build()
-
-