Uses of Class
com.vmware.nsx_policy.model.EULAContent
-
Packages that use EULAContent Package Description com.vmware.nsx_policy.eula com.vmware.nsx_policy.model -
-
Uses of EULAContent in com.vmware.nsx_policy.eula
Methods in com.vmware.nsx_policy.eula that return EULAContent Modifier and Type Method Description EULAContentContent. get(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String valueFormat)Return the content of end user license agreement in the specified format.EULAContentContent. get(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String valueFormat, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Return the content of end user license agreement in the specified format.EULAContentContentStub. get(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String valueFormat)EULAContentContentStub. get(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String valueFormat, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.eula with type arguments of type EULAContent Modifier and Type Method Description voidContent. get(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String valueFormat, com.vmware.vapi.bindings.client.AsyncCallback<EULAContent> asyncCallback)Return the content of end user license agreement in the specified format.voidContent. get(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String valueFormat, com.vmware.vapi.bindings.client.AsyncCallback<EULAContent> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Return the content of end user license agreement in the specified format.voidContentStub. get(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String valueFormat, com.vmware.vapi.bindings.client.AsyncCallback<EULAContent> asyncCallback)voidContentStub. get(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String valueFormat, com.vmware.vapi.bindings.client.AsyncCallback<EULAContent> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of EULAContent in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return EULAContent Modifier and Type Method Description static EULAContentEULAContent. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static EULAContentEULAContent. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.EULAContentEULAContent.Builder. build()
-