Uses of Class
odata.msgraph.client.entity.OpenShiftChangeRequest
-
Packages that use OpenShiftChangeRequest Package Description odata.msgraph.client.entity -
-
Uses of OpenShiftChangeRequest in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type OpenShiftChangeRequest Modifier and Type Field Description protected List<OpenShiftChangeRequest>Schedule. openShiftChangeRequestsMethods in odata.msgraph.client.entity that return OpenShiftChangeRequest Modifier and Type Method Description OpenShiftChangeRequestOpenShiftChangeRequest.Builder. build()OpenShiftChangeRequestOpenShiftChangeRequest. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.OpenShiftChangeRequestOpenShiftChangeRequest. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).OpenShiftChangeRequestOpenShiftChangeRequest. withOpenShiftId(String openShiftId)OpenShiftChangeRequestOpenShiftChangeRequest. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type OpenShiftChangeRequest Modifier and Type Method Description Schedule.BuilderSchedule.Builder. openShiftChangeRequests(OpenShiftChangeRequest... openShiftChangeRequests)Method parameters in odata.msgraph.client.entity with type arguments of type OpenShiftChangeRequest Modifier and Type Method Description Schedule.BuilderSchedule.Builder. openShiftChangeRequests(List<OpenShiftChangeRequest> openShiftChangeRequests)ScheduleSchedule. withOpenShiftChangeRequests(List<OpenShiftChangeRequest> openShiftChangeRequests)
-