Uses of Class
odata.msgraph.client.beta.complex.EmbeddedSIMActivationCode
-
Packages that use EmbeddedSIMActivationCode Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of EmbeddedSIMActivationCode in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return EmbeddedSIMActivationCode Modifier and Type Method Description EmbeddedSIMActivationCodeEmbeddedSIMActivationCode.Builder. build()EmbeddedSIMActivationCodeEmbeddedSIMActivationCode. withIntegratedCircuitCardIdentifier(String integratedCircuitCardIdentifier)Returns an immutable copy ofthiswith just theintegratedCircuitCardIdentifierfield changed.EmbeddedSIMActivationCodeEmbeddedSIMActivationCode. withMatchingIdentifier(String matchingIdentifier)Returns an immutable copy ofthiswith just thematchingIdentifierfield changed.EmbeddedSIMActivationCodeEmbeddedSIMActivationCode. withSmdpPlusServerAddress(String smdpPlusServerAddress)Returns an immutable copy ofthiswith just thesmdpPlusServerAddressfield changed.EmbeddedSIMActivationCodeEmbeddedSIMActivationCode. withUnmappedField(String name, String value) -
Uses of EmbeddedSIMActivationCode in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type EmbeddedSIMActivationCode Modifier and Type Field Description protected List<EmbeddedSIMActivationCode>EmbeddedSIMActivationCodePool. activationCodesMethods in odata.msgraph.client.beta.entity that return types with arguments of type EmbeddedSIMActivationCode Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<EmbeddedSIMActivationCode>EmbeddedSIMActivationCodePool. getActivationCodes()“The activation codes which belong to this pool.com.github.davidmoten.odata.client.CollectionPage<EmbeddedSIMActivationCode>EmbeddedSIMActivationCodePool. getActivationCodes(com.github.davidmoten.odata.client.HttpRequestOptions options)“The activation codes which belong to this pool.Methods in odata.msgraph.client.beta.entity with parameters of type EmbeddedSIMActivationCode Modifier and Type Method Description EmbeddedSIMActivationCodePool.BuilderEmbeddedSIMActivationCodePool.Builder. activationCodes(EmbeddedSIMActivationCode... activationCodes)“The activation codes which belong to this pool.Method parameters in odata.msgraph.client.beta.entity with type arguments of type EmbeddedSIMActivationCode Modifier and Type Method Description EmbeddedSIMActivationCodePool.BuilderEmbeddedSIMActivationCodePool.Builder. activationCodes(List<EmbeddedSIMActivationCode> activationCodes)“The activation codes which belong to this pool.EmbeddedSIMActivationCodePoolEmbeddedSIMActivationCodePool. withActivationCodes(List<EmbeddedSIMActivationCode> activationCodes)Returns an immutable copy ofthiswith just theactivationCodesfield changed.
-