Package io.fathom.cloud.identity.api.os.model

Examples of io.fathom.cloud.identity.api.os.model.ApiVersion


        ApiVersions response = new ApiVersions();
        response.versions = new ApiVersions.VersionList();
        List<ApiVersion> list = response.versions.versions = Lists.newArrayList();

        {
            ApiVersion v = new ApiVersion();
            v.id = "v2.0";
            v.status = "CURRENT";
            v.updated = "2012-01-19T22:30:00.25Z";

            list.add(v);
View Full Code Here

TOP

Related Classes of io.fathom.cloud.identity.api.os.model.ApiVersion

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.