Uses of Class
microsoft.graph.externalconnectors.entity.ConnectionQuota
-
Packages that use ConnectionQuota Package Description microsoft.graph.externalconnectors.entity -
-
Uses of ConnectionQuota in microsoft.graph.externalconnectors.entity
Methods in microsoft.graph.externalconnectors.entity that return ConnectionQuota Modifier and Type Method Description ConnectionQuotaConnectionQuota.Builder. build()ConnectionQuotaConnectionQuota. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ConnectionQuotaConnectionQuota. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ConnectionQuotaConnectionQuota. withItemsRemaining(Long itemsRemaining)ConnectionQuotaConnectionQuota. withUnmappedField(String name, String value)
-