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