Uses of Class
odata.msgraph.client.beta.complex.PlannerTaskCreation
-
Packages that use PlannerTaskCreation Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of PlannerTaskCreation in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return PlannerTaskCreation Modifier and Type Method Description PlannerTaskCreationPlannerTaskCreation.Builder. build()PlannerTaskCreationPlannerTaskCreation. withTeamsPublicationInfo(PlannerTeamsPublicationInfo teamsPublicationInfo)PlannerTaskCreationPlannerTaskCreation. withUnmappedField(String name, String value) -
Uses of PlannerTaskCreation in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as PlannerTaskCreation Modifier and Type Field Description protected PlannerTaskCreationPlannerTask. creationSourceMethods in odata.msgraph.client.beta.entity that return types with arguments of type PlannerTaskCreation Modifier and Type Method Description Optional<PlannerTaskCreation>PlannerTask. getCreationSource()Methods in odata.msgraph.client.beta.entity with parameters of type PlannerTaskCreation Modifier and Type Method Description PlannerTask.BuilderPlannerTask.Builder. creationSource(PlannerTaskCreation creationSource)PlannerTaskPlannerTask. withCreationSource(PlannerTaskCreation creationSource)
-