Uses of Class
odata.msgraph.client.beta.callRecords.entity.Segment
-
Packages that use Segment Package Description odata.msgraph.client.beta.callRecords.entity -
-
Uses of Segment in odata.msgraph.client.beta.callRecords.entity
Methods in odata.msgraph.client.beta.callRecords.entity that return Segment Modifier and Type Method Description SegmentSegment.Builder. build()SegmentSegment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SegmentSegment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SegmentSegment. withCallee(Endpoint callee)SegmentSegment. withCaller(Endpoint caller)SegmentSegment. withEndDateTime(OffsetDateTime endDateTime)SegmentSegment. withFailureInfo(FailureInfo failureInfo)SegmentSegment. withMedia(List<Media> media)SegmentSegment. withStartDateTime(OffsetDateTime startDateTime)SegmentSegment. withUnmappedField(String name, String value)
-