Uses of Class
odata.msgraph.client.beta.complex.ActionUrl
-
Packages that use ActionUrl Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.managed.tenants.entity -
-
Uses of ActionUrl in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ActionUrl Modifier and Type Field Description protected ActionUrlActionStep. actionUrlMethods in odata.msgraph.client.beta.complex that return ActionUrl Modifier and Type Method Description ActionUrlActionUrl.Builder. build()ActionUrlActionUrl. withDisplayName(String displayName)ActionUrlActionUrl. withUnmappedField(String name, String value)ActionUrlActionUrl. withUrl(String url)Methods in odata.msgraph.client.beta.complex that return types with arguments of type ActionUrl Modifier and Type Method Description Optional<ActionUrl>ActionStep. getActionUrl()Methods in odata.msgraph.client.beta.complex with parameters of type ActionUrl Modifier and Type Method Description ActionStep.BuilderActionStep.Builder. actionUrl(ActionUrl actionUrl)ActionStepActionStep. withActionUrl(ActionUrl actionUrl) -
Uses of ActionUrl in odata.msgraph.client.beta.managed.tenants.entity
Fields in odata.msgraph.client.beta.managed.tenants.entity declared as ActionUrl Modifier and Type Field Description protected ActionUrlManagementTemplateStep. portalLinkFields in odata.msgraph.client.beta.managed.tenants.entity with type parameters of type ActionUrl Modifier and Type Field Description protected List<ActionUrl>ManagementTemplate. informationLinksMethods in odata.msgraph.client.beta.managed.tenants.entity that return types with arguments of type ActionUrl Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ActionUrl>ManagementTemplate. getInformationLinks()com.github.davidmoten.odata.client.CollectionPage<ActionUrl>ManagementTemplate. getInformationLinks(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<ActionUrl>ManagementTemplateStep. getPortalLink()Methods in odata.msgraph.client.beta.managed.tenants.entity with parameters of type ActionUrl Modifier and Type Method Description ManagementTemplate.BuilderManagementTemplate.Builder. informationLinks(ActionUrl... informationLinks)ManagementTemplateStep.BuilderManagementTemplateStep.Builder. portalLink(ActionUrl portalLink)ManagementTemplateStepManagementTemplateStep. withPortalLink(ActionUrl portalLink)Method parameters in odata.msgraph.client.beta.managed.tenants.entity with type arguments of type ActionUrl Modifier and Type Method Description ManagementTemplate.BuilderManagementTemplate.Builder. informationLinks(List<ActionUrl> informationLinks)ManagementTemplateManagementTemplate. withInformationLinks(List<ActionUrl> informationLinks)
-