Uses of Class
odata.msgraph.client.beta.entity.Endpoint
-
Packages that use Endpoint Package Description odata.msgraph.client.beta.entity -
-
Uses of Endpoint in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Endpoint Modifier and Type Method Description EndpointEndpoint.Builder. build()EndpointEndpoint. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EndpointEndpoint. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EndpointEndpoint. withCapability(String capability)EndpointEndpoint. withProviderId(String providerId)EndpointEndpoint. withProviderName(String providerName)EndpointEndpoint. withProviderResourceId(String providerResourceId)EndpointEndpoint. withUnmappedField(String name, String value)EndpointEndpoint. withUri(String uri)
-