Uses of Class
odata.msgraph.client.beta.complex.Win32LobAppReturnCode
-
Packages that use Win32LobAppReturnCode Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of Win32LobAppReturnCode in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return Win32LobAppReturnCode Modifier and Type Method Description Win32LobAppReturnCodeWin32LobAppReturnCode.Builder. build()Win32LobAppReturnCodeWin32LobAppReturnCode. withReturnCode(Integer returnCode)Returns an immutable copy ofthiswith just thereturnCodefield changed.Win32LobAppReturnCodeWin32LobAppReturnCode. withType(Win32LobAppReturnCodeType type)Returns an immutable copy ofthiswith just thetypefield changed.Win32LobAppReturnCodeWin32LobAppReturnCode. withUnmappedField(String name, String value) -
Uses of Win32LobAppReturnCode in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type Win32LobAppReturnCode Modifier and Type Field Description protected List<Win32LobAppReturnCode>Win32LobApp. returnCodesMethods in odata.msgraph.client.beta.entity that return types with arguments of type Win32LobAppReturnCode Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Win32LobAppReturnCode>Win32LobApp. getReturnCodes()“The return codes for post installation behavior.”com.github.davidmoten.odata.client.CollectionPage<Win32LobAppReturnCode>Win32LobApp. getReturnCodes(com.github.davidmoten.odata.client.HttpRequestOptions options)“The return codes for post installation behavior.”Methods in odata.msgraph.client.beta.entity with parameters of type Win32LobAppReturnCode Modifier and Type Method Description Win32LobApp.BuilderWin32LobApp.Builder. returnCodes(Win32LobAppReturnCode... returnCodes)“The return codes for post installation behavior.”Method parameters in odata.msgraph.client.beta.entity with type arguments of type Win32LobAppReturnCode Modifier and Type Method Description Win32LobApp.BuilderWin32LobApp.Builder. returnCodes(List<Win32LobAppReturnCode> returnCodes)“The return codes for post installation behavior.”Win32LobAppWin32LobApp. withReturnCodes(List<Win32LobAppReturnCode> returnCodes)Returns an immutable copy ofthiswith just thereturnCodesfield changed.
-