Uses of Class
odata.msgraph.client.beta.entity.Recommendation
-
Packages that use Recommendation Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of Recommendation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Recommendation Modifier and Type Method Description RecommendationRecommendation.Builder. build()RecommendationRecommendation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.RecommendationRecommendation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).RecommendationRecommendation. withActionSteps(List<ActionStep> actionSteps)RecommendationRecommendation. withBenefits(String benefits)RecommendationRecommendation. withCategory(RecommendationCategory category)RecommendationRecommendation. withCreatedDateTime(OffsetDateTime createdDateTime)RecommendationRecommendation. withDisplayName(String displayName)RecommendationRecommendation. withImpactStartDateTime(OffsetDateTime impactStartDateTime)RecommendationRecommendation. withImpactType(String impactType)RecommendationRecommendation. withInsights(String insights)RecommendationRecommendation. withLastCheckedDateTime(OffsetDateTime lastCheckedDateTime)RecommendationRecommendation. withLastModifiedBy(String lastModifiedBy)RecommendationRecommendation. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)RecommendationRecommendation. withPostponeUntilDateTime(OffsetDateTime postponeUntilDateTime)RecommendationRecommendation. withPriority(RecommendationPriority priority)RecommendationRecommendation. withStatus(RecommendationStatus status)RecommendationRecommendation. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type Recommendation Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Recommendation>Recommendation. complete()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Recommendation>Recommendation. dismiss(String dismissReason)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Recommendation>Recommendation. postpone(OffsetDateTime postponeUntilDateTime)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Recommendation>Recommendation. reactivate() -
Uses of Recommendation in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type Recommendation Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Recommendation>RecommendationRequest. complete()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Recommendation>RecommendationRequest. dismiss(String dismissReason)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Recommendation>RecommendationRequest. postpone(OffsetDateTime postponeUntilDateTime)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Recommendation>RecommendationRequest. reactivate()
-