Uses of Class
odata.msgraph.client.beta.complex.VppTokenLicenseSummary
-
Packages that use VppTokenLicenseSummary Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of VppTokenLicenseSummary in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return VppTokenLicenseSummary Modifier and Type Method Description VppTokenLicenseSummaryVppTokenLicenseSummary.Builder. build()VppTokenLicenseSummaryVppTokenLicenseSummary. withAppleId(String appleId)Returns an immutable copy ofthiswith just theappleIdfield changed.VppTokenLicenseSummaryVppTokenLicenseSummary. withAvailableLicenseCount(Integer availableLicenseCount)Returns an immutable copy ofthiswith just theavailableLicenseCountfield changed.VppTokenLicenseSummaryVppTokenLicenseSummary. withOrganizationName(String organizationName)Returns an immutable copy ofthiswith just theorganizationNamefield changed.VppTokenLicenseSummaryVppTokenLicenseSummary. withUnmappedField(String name, String value)VppTokenLicenseSummaryVppTokenLicenseSummary. withUsedLicenseCount(Integer usedLicenseCount)Returns an immutable copy ofthiswith just theusedLicenseCountfield changed.VppTokenLicenseSummaryVppTokenLicenseSummary. withVppTokenId(String vppTokenId)Returns an immutable copy ofthiswith just thevppTokenIdfield changed. -
Uses of VppTokenLicenseSummary in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type VppTokenLicenseSummary Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<VppTokenLicenseSummary>VppTokenCollectionRequest. getLicensesForApp(String bundleId)
-