Uses of Class
odata.msgraph.client.beta.entity.PublishedResource
-
Packages that use PublishedResource Package Description odata.msgraph.client.beta.entity -
-
Uses of PublishedResource in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PublishedResource Modifier and Type Method Description PublishedResourcePublishedResource.Builder. build()PublishedResourcePublishedResource. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PublishedResourcePublishedResource. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PublishedResourcePublishedResource. withDisplayName(String displayName)PublishedResourcePublishedResource. withPublishingType(OnPremisesPublishingType publishingType)PublishedResourcePublishedResource. withResourceName(String resourceName)PublishedResourcePublishedResource. withUnmappedField(String name, String value)
-