Uses of Class
odata.msgraph.client.complex.OpenShiftItem
-
Packages that use OpenShiftItem Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of OpenShiftItem in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return OpenShiftItem Modifier and Type Method Description OpenShiftItemOpenShiftItem.Builder. build()OpenShiftItemOpenShiftItem. withOpenSlotCount(Integer openSlotCount)OpenShiftItemOpenShiftItem. withUnmappedField(String name, String value) -
Uses of OpenShiftItem in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as OpenShiftItem Modifier and Type Field Description protected OpenShiftItemOpenShift. draftOpenShiftprotected OpenShiftItemOpenShift. sharedOpenShiftMethods in odata.msgraph.client.entity that return types with arguments of type OpenShiftItem Modifier and Type Method Description Optional<OpenShiftItem>OpenShift. getDraftOpenShift()Optional<OpenShiftItem>OpenShift. getSharedOpenShift()Methods in odata.msgraph.client.entity with parameters of type OpenShiftItem Modifier and Type Method Description OpenShift.BuilderOpenShift.Builder. draftOpenShift(OpenShiftItem draftOpenShift)OpenShift.BuilderOpenShift.Builder. sharedOpenShift(OpenShiftItem sharedOpenShift)OpenShiftOpenShift. withDraftOpenShift(OpenShiftItem draftOpenShift)OpenShiftOpenShift. withSharedOpenShift(OpenShiftItem sharedOpenShift)
-