Uses of Class
odata.msgraph.client.beta.entity.JobResponseBase
-
Packages that use JobResponseBase Package Description odata.msgraph.client.beta.entity -
-
Uses of JobResponseBase in odata.msgraph.client.beta.entity
Subclasses of JobResponseBase in odata.msgraph.client.beta.entity Modifier and Type Class Description classClassificationJobResponseclassDlpEvaluatePoliciesJobResponseclassEvaluateLabelJobResponseMethods in odata.msgraph.client.beta.entity that return JobResponseBase Modifier and Type Method Description JobResponseBaseJobResponseBase.Builder. build()JobResponseBaseJobResponseBase. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.JobResponseBaseJobResponseBase. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).JobResponseBaseJobResponseBase. withCreationDateTime(OffsetDateTime creationDateTime)JobResponseBaseJobResponseBase. withEndDateTime(OffsetDateTime endDateTime)JobResponseBaseJobResponseBase. withError(ClassificationError error)JobResponseBaseJobResponseBase. withStartDateTime(OffsetDateTime startDateTime)JobResponseBaseJobResponseBase. withStatus(String status)JobResponseBaseJobResponseBase. withTenantId(String tenantId)JobResponseBaseJobResponseBase. withType(String type)JobResponseBaseJobResponseBase. withUnmappedField(String name, String value)
-