Uses of Class
odata.msgraph.client.beta.entity.GovernanceResource
-
Packages that use GovernanceResource Package Description odata.msgraph.client.beta.entity -
-
Uses of GovernanceResource in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return GovernanceResource Modifier and Type Method Description GovernanceResourceGovernanceResource.Builder. build()GovernanceResourceGovernanceResource. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.GovernanceResourceGovernanceResource. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).GovernanceResourceGovernanceResource. withDisplayName(String displayName)GovernanceResourceGovernanceResource. withExternalId(String externalId)GovernanceResourceGovernanceResource. withRegisteredDateTime(OffsetDateTime registeredDateTime)GovernanceResourceGovernanceResource. withRegisteredRoot(String registeredRoot)GovernanceResourceGovernanceResource. withStatus(String status)GovernanceResourceGovernanceResource. withType(String type)GovernanceResourceGovernanceResource. withUnmappedField(String name, String value)
-