Uses of Class
odata.msgraph.client.beta.complex.CustomExtensionHandlerInstance
-
Packages that use CustomExtensionHandlerInstance Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of CustomExtensionHandlerInstance in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return CustomExtensionHandlerInstance Modifier and Type Method Description CustomExtensionHandlerInstanceCustomExtensionHandlerInstance.Builder. build()CustomExtensionHandlerInstanceCustomExtensionHandlerInstance. withCustomExtensionId(String customExtensionId)CustomExtensionHandlerInstanceCustomExtensionHandlerInstance. withExternalCorrelationId(String externalCorrelationId)CustomExtensionHandlerInstanceCustomExtensionHandlerInstance. withStage(AccessPackageCustomExtensionStage stage)CustomExtensionHandlerInstanceCustomExtensionHandlerInstance. withStatus(AccessPackageCustomExtensionHandlerStatus status)CustomExtensionHandlerInstanceCustomExtensionHandlerInstance. withUnmappedField(String name, String value) -
Uses of CustomExtensionHandlerInstance in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type CustomExtensionHandlerInstance Modifier and Type Field Description protected List<CustomExtensionHandlerInstance>AccessPackageAssignmentRequest. customExtensionHandlerInstancesMethods in odata.msgraph.client.beta.entity that return types with arguments of type CustomExtensionHandlerInstance Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<CustomExtensionHandlerInstance>AccessPackageAssignmentRequest. getCustomExtensionHandlerInstances()com.github.davidmoten.odata.client.CollectionPage<CustomExtensionHandlerInstance>AccessPackageAssignmentRequest. getCustomExtensionHandlerInstances(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type CustomExtensionHandlerInstance Modifier and Type Method Description AccessPackageAssignmentRequest.BuilderAccessPackageAssignmentRequest.Builder. customExtensionHandlerInstances(CustomExtensionHandlerInstance... customExtensionHandlerInstances)Method parameters in odata.msgraph.client.beta.entity with type arguments of type CustomExtensionHandlerInstance Modifier and Type Method Description AccessPackageAssignmentRequest.BuilderAccessPackageAssignmentRequest.Builder. customExtensionHandlerInstances(List<CustomExtensionHandlerInstance> customExtensionHandlerInstances)AccessPackageAssignmentRequestAccessPackageAssignmentRequest. withCustomExtensionHandlerInstances(List<CustomExtensionHandlerInstance> customExtensionHandlerInstances)
-