Uses of Class
odata.msgraph.client.beta.entity.ItemPatent
-
Packages that use ItemPatent Package Description odata.msgraph.client.beta.entity -
-
Uses of ItemPatent in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ItemPatent Modifier and Type Method Description ItemPatentItemPatent.Builder. build()ItemPatentItemPatent. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ItemPatentItemPatent. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ItemPatentItemPatent. withDescription(String description)ItemPatentItemPatent. withDisplayName(String displayName)ItemPatentItemPatent. withIsPending(Boolean isPending)ItemPatentItemPatent. withIssuedDate(LocalDate issuedDate)ItemPatentItemPatent. withIssuingAuthority(String issuingAuthority)ItemPatentItemPatent. withNumber(String number)ItemPatentItemPatent. withUnmappedField(String name, String value)ItemPatentItemPatent. withWebUrl(String webUrl)
-